Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntry
-
Packages that use ArchiveEntry Package Description org.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi -
-
Uses of ArchiveEntry in org.hibernate.boot.archive.scan.internal
Methods in org.hibernate.boot.archive.scan.internal with parameters of type ArchiveEntry Modifier and Type Method Description voidNoopEntryHandler. 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 ArchiveEntry Modifier and Type Method Description voidClassFileArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)voidNonClassFileArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)voidPackageInfoArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)ArchiveEntryHandlerAbstractScannerImpl.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 ArchiveEntry Modifier and Type Method Description voidArchiveEntryHandler. handleEntry(ArchiveEntry entry, ArchiveContext context)Handle the entryArchiveEntryHandlerArchiveContext. obtainArchiveEntryHandler(ArchiveEntry entry)Get the handler for the given entry, which generally is indicated by the entry type (a.classfile, a mapping file, etc).
-