Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntryHandler
Package
Description
-
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.scan.internal
-
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.scan.spi
Modifier and TypeClassDescriptionclass
Defines handling and filtering for class file entries within an archiveclass
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archiveclass
Defines handling and filtering for package-info file entries within an archiveModifier and TypeMethodDescriptionAbstractScannerImpl.ArchiveContextImpl.obtainArchiveEntryHandler
(ArchiveEntry entry) -
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.spi
Modifier and TypeMethodDescriptionArchiveContext.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).