Uses of Interface
org.hibernate.boot.archive.spi.ArchiveContext
-
Packages that use ArchiveContext Package Description org.hibernate.boot.archive.scan.spi SPI for scanning archives to discover managed classes and named resources.org.hibernate.boot.archive.spi Defines an SPI for scanning of archives for discovery of managed resources. -
-
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
-