Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntryHandler
Packages that use ArchiveEntryHandler
Package
Description
-
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.class
file, a mapping file, etc).