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 with parameters of type ArchiveEntryModifier and TypeMethodDescriptionvoid
ArchiveEntryHandler.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.class
file, a mapping file, etc).