Uses of Interface
org.hibernate.boot.archive.spi.ArchiveEntry
Packages that use ArchiveEntry
Package
Description
The internals of archive scanning support.
-
Uses of ArchiveEntry in org.hibernate.boot.archive.internal
Methods in org.hibernate.boot.archive.internal that return ArchiveEntryModifier and TypeMethodDescription@Nullable ArchiveEntry
@Nullable ArchiveEntry
@Nullable ArchiveEntry
@Nullable ArchiveEntry
-
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 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).