Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntryHandler
-
Packages that use ArchiveEntryHandler Package Description org.hibernate.boot.archive.scan.internal 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 ArchiveEntryHandler in org.hibernate.boot.archive.scan.internal
Classes in org.hibernate.boot.archive.scan.internal that implement ArchiveEntryHandler Modifier and Type Class Description class
NoopEntryHandler
Fields in org.hibernate.boot.archive.scan.internal declared as ArchiveEntryHandler Modifier and Type Field Description static ArchiveEntryHandler
NoopEntryHandler. NOOP_INSTANCE
-
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.scan.spi
Classes in org.hibernate.boot.archive.scan.spi that implement ArchiveEntryHandler Modifier and Type Class Description class
ClassFileArchiveEntryHandler
Defines handling and filtering for class file entries within an archiveclass
NonClassFileArchiveEntryHandler
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archiveclass
PackageInfoArchiveEntryHandler
Defines handling and filtering for package-info file entries within an archiveMethods in org.hibernate.boot.archive.scan.spi that return ArchiveEntryHandler Modifier and Type Method Description ArchiveEntryHandler
AbstractScannerImpl.ArchiveContextImpl. obtainArchiveEntryHandler(ArchiveEntry entry)
-
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi that return ArchiveEntryHandler Modifier and Type Method Description ArchiveEntryHandler
ArchiveContext. obtainArchiveEntryHandler(ArchiveEntry entry)
Get the handler for the given entry, which generally is indicated by the entry type (a.class
file, a mapping file, etc).
-