Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntry
Packages that use ArchiveEntry
Package
Description
-
Uses of ArchiveEntry in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi that return ArchiveEntryMethods 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).