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 classesorg.jboss.as.jpa.hibernate5 -
-
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 classAbstractScannerImpl.ArchiveContextImplMethods in org.hibernate.boot.archive.scan.spi with parameters of type ArchiveContext Modifier and Type Method Description voidClassFileArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)voidNonClassFileArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)voidPackageInfoArchiveEntryHandler. 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 voidArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)Handle the entryvoidArchiveDescriptor. 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 voidOsgiArchiveDescriptor. visitArchive(ArchiveContext context) -
Uses of ArchiveContext in org.jboss.as.jpa.hibernate5
Methods in org.jboss.as.jpa.hibernate5 with parameters of type ArchiveContext Modifier and Type Method Description voidVirtualFileSystemArchiveDescriptor. visitArchive(ArchiveContext archiveContext)
-