Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntryHandler
Packages that use ArchiveEntryHandler
Package
Description
-
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.scan.internal
Classes in org.hibernate.boot.archive.scan.internal that implement ArchiveEntryHandlerFields in org.hibernate.boot.archive.scan.internal declared as ArchiveEntryHandler -
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.scan.spi
Classes in org.hibernate.boot.archive.scan.spi that implement ArchiveEntryHandlerModifier and TypeClassDescriptionclassDefines handling and filtering for class file entries within an archiveclassDefines handling and filtering for all non-class file (package-info is also a class file...) entries within an archiveclassDefines handling and filtering for package-info file entries within an archiveMethods in org.hibernate.boot.archive.scan.spi that return ArchiveEntryHandlerModifier and TypeMethodDescriptionAbstractScannerImpl.ArchiveContextImpl.obtainArchiveEntryHandler(ArchiveEntry entry) -
Uses of ArchiveEntryHandler in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi that return ArchiveEntryHandlerModifier and TypeMethodDescriptionArchiveContext.obtainArchiveEntryHandler(ArchiveEntry entry) Get the handler for the given entry, which generally is indicated by the entry type (a.classfile, a mapping file, etc).