Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptor
-
Packages that use ArchiveDescriptor Package Description org.hibernate.boot.archive.internal The internals of archive scanning support.org.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi -
-
Uses of ArchiveDescriptor in org.hibernate.boot.archive.internal
Classes in org.hibernate.boot.archive.internal that implement ArchiveDescriptor Modifier and Type Class Description class
ExplodedArchiveDescriptor
AnArchiveDescriptor
for exploded (directory) archives.class
JarFileBasedArchiveDescriptor
AnArchiveDescriptor
implementation leveraging theJarFile
API for processing.class
JarInputStreamBasedArchiveDescriptor
AnArchiveDescriptor
that works on archives accessible through aJarInputStream
.class
JarProtocolArchiveDescriptor
An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).Methods in org.hibernate.boot.archive.internal that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptor
StandardArchiveDescriptorFactory. buildArchiveDescriptor(URL url)
ArchiveDescriptor
StandardArchiveDescriptorFactory. buildArchiveDescriptor(URL url, String entry)
-
Uses of ArchiveDescriptor in org.hibernate.boot.archive.scan.spi
Fields in org.hibernate.boot.archive.scan.spi declared as ArchiveDescriptor Modifier and Type Field Description ArchiveDescriptor
AbstractScannerImpl.ArchiveDescriptorInfo. archiveDescriptor
Constructors in org.hibernate.boot.archive.scan.spi with parameters of type ArchiveDescriptor Constructor Description ArchiveDescriptorInfo(ArchiveDescriptor archiveDescriptor, boolean isRoot)
-
Uses of ArchiveDescriptor in org.hibernate.boot.archive.spi
Classes in org.hibernate.boot.archive.spi that implement ArchiveDescriptor Modifier and Type Class Description class
AbstractArchiveDescriptor
Base support for ArchiveDescriptor implementors.Methods in org.hibernate.boot.archive.spi that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptor
AbstractArchiveDescriptorFactory. buildArchiveDescriptor(URL url)
ArchiveDescriptor
ArchiveDescriptorFactory. buildArchiveDescriptor(URL url)
Build a descriptor of the archive indicated by the given urlArchiveDescriptor
ArchiveDescriptorFactory. buildArchiveDescriptor(URL url, String path)
Build a descriptor of the archive indicated by the path relative to the given url
-