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 ArchiveEntryModifier and TypeMethodDescriptionResolve the given path relative to this archive.Method parameters in org.hibernate.boot.archive.spi with type arguments of type ArchiveEntryModifier and TypeMethodDescriptionvoidArchiveDescriptor.visitClassEntries(Consumer<ArchiveEntry> entryConsumer) Visit each entry in the archive which represents a class.