程序包 org.hibernate.boot.archive.spi
Defines the SPI for support of "scanning" of "archives".
Scanning might mean:
- searching for classes/packages that define certain interfaces
- locating named resources
- a
.jarfile - an exploded directory
- an OSGi bundle
- etc
-
接口概要 接口 说明 ArchiveContext Describes the context for visiting the entries within an archiveArchiveDescriptor Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.ArchiveDescriptorFactory Contract for building ArchiveDescriptor instances.ArchiveEntry Represent an entry in the archive.ArchiveEntryHandler Handler for archive entries, based on the classified type of the entryInputStreamAccess Contract for building InputStreams, especially in on-demand situationsJarFileEntryUrlAdjuster Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust<jar-file/>URL's defined inpersistence.xmlfiles. -
类概要 类 说明 AbstractArchiveDescriptor Base support for ArchiveDescriptor implementors.AbstractArchiveDescriptorFactory -
异常错误概要 异常错误 说明 ArchiveException Indicates a problem accessing or visiting the archive