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 classExplodedArchiveDescriptorDescriptor for exploded (directory) archivesclassJarFileBasedArchiveDescriptorAn ArchiveDescriptor implementation leveraging theJarFileAPI for processing.classJarInputStreamBasedArchiveDescriptorAn ArchiveDescriptor implementation that works on archives accessible through aJarInputStream.
-