Uses of Class
org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
-
Packages that use AbstractArchiveDescriptor Package Description org.hibernate.boot.archive.internal The internals of archive scanning support -
-
Uses of AbstractArchiveDescriptor in org.hibernate.boot.archive.internal
Subclasses of AbstractArchiveDescriptor in org.hibernate.boot.archive.internal Modifier and Type Class Description class
ExplodedArchiveDescriptor
Descriptor for exploded (directory) archivesclass
JarFileBasedArchiveDescriptor
An ArchiveDescriptor implementation leveraging theJarFile
API for processing.class
JarInputStreamBasedArchiveDescriptor
An ArchiveDescriptor implementation that works on archives accessible through aJarInputStream
.
-