Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptor
Packages that use ArchiveDescriptor
Package
Description
The internals of archive scanning support.
-
Uses of ArchiveDescriptor in org.hibernate.boot.archive.internal
Classes in org.hibernate.boot.archive.internal that implement ArchiveDescriptorModifier and TypeClassDescriptionclass
AnArchiveDescriptor
for exploded (directory) archives.class
AnArchiveDescriptor
implementation leveraging theJarFile
API for processing.class
AnArchiveDescriptor
that works on archives accessible through aJarInputStream
.class
An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).Methods in org.hibernate.boot.archive.internal that return ArchiveDescriptorModifier and TypeMethodDescriptionStandardArchiveDescriptorFactory.buildArchiveDescriptor
(URL url) StandardArchiveDescriptorFactory.buildArchiveDescriptor
(URL url, String entry) -
Uses of ArchiveDescriptor in org.hibernate.boot.archive.spi
Classes in org.hibernate.boot.archive.spi that implement ArchiveDescriptorModifier and TypeClassDescriptionclass
Base support for ArchiveDescriptor implementors.Methods in org.hibernate.boot.archive.spi that return ArchiveDescriptorModifier and TypeMethodDescriptionAbstractArchiveDescriptorFactory.buildArchiveDescriptor
(URL url) ArchiveDescriptorFactory.buildArchiveDescriptor
(URL url) Build a descriptor of the archive indicated by the given urlArchiveDescriptorFactory.buildArchiveDescriptor
(URL url, String path) Build a descriptor of the archive indicated by the path relative to the given url