Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntry
Packages that use ArchiveEntry
Package
Description
-
Uses of ArchiveEntry in org.hibernate.boot.archive.scan.internal
Methods in org.hibernate.boot.archive.scan.internal with parameters of type ArchiveEntryModifier and TypeMethodDescriptionvoidNoopEntryHandler.handleEntry(ArchiveEntry entry, ArchiveContext context) -
Uses of ArchiveEntry in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi with parameters of type ArchiveEntryModifier and TypeMethodDescriptionvoidClassFileArchiveEntryHandler.handleEntry(ArchiveEntry entry, ArchiveContext context) voidNonClassFileArchiveEntryHandler.handleEntry(ArchiveEntry entry, ArchiveContext context) voidPackageInfoArchiveEntryHandler.handleEntry(ArchiveEntry entry, ArchiveContext context) AbstractScannerImpl.ArchiveContextImpl.obtainArchiveEntryHandler(ArchiveEntry entry) protected PackageDescriptorPackageInfoArchiveEntryHandler.toPackageDescriptor(ArchiveEntry entry) -
Uses of ArchiveEntry in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi with parameters of type ArchiveEntryModifier and TypeMethodDescriptionvoidArchiveEntryHandler.handleEntry(ArchiveEntry entry, ArchiveContext context) Handle the entryArchiveContext.obtainArchiveEntryHandler(ArchiveEntry entry) Get the handler for the given entry, which generally is indicated by the entry type (a.classfile, a mapping file, etc).