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
AnArchiveDescriptor
for exploded (directory) archives.class
JarFileBasedArchiveDescriptor
AnArchiveDescriptor
implementation leveraging theJarFile
API for processing.class
JarInputStreamBasedArchiveDescriptor
AnArchiveDescriptor
that works on archives accessible through aJarInputStream
.
-