Uses of Interface
org.hibernate.boot.archive.spi.ArchiveContext
-
Packages that use ArchiveContext Package Description org.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi Defines the SPI for support of "scanning" of "archives".org.hibernate.osgi Main OSGi support classes -
-
Uses of ArchiveContext in org.hibernate.boot.archive.scan.spi
Classes in org.hibernate.boot.archive.scan.spi that implement ArchiveContext Modifier and Type Class Description static class
AbstractScannerImpl.ArchiveContextImpl
Methods in org.hibernate.boot.archive.scan.spi with parameters of type ArchiveContext Modifier and Type Method Description void
ClassFileArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)
void
NonClassFileArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)
void
PackageInfoArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)
-
Uses of ArchiveContext in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi with parameters of type ArchiveContext Modifier and Type Method Description void
ArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)
Handle the entryvoid
ArchiveDescriptor. visitArchive(ArchiveContext archiveContext)
Perform visitation using the given context -
Uses of ArchiveContext in org.hibernate.osgi
Methods in org.hibernate.osgi with parameters of type ArchiveContext Modifier and Type Method Description void
OsgiArchiveDescriptor. visitArchive(ArchiveContext context)
-