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 classExplodedArchiveDescriptorAnArchiveDescriptorfor exploded (directory) archives.classJarFileBasedArchiveDescriptorAnArchiveDescriptorimplementation leveraging theJarFileAPI for processing.classJarInputStreamBasedArchiveDescriptorAnArchiveDescriptorthat works on archives accessible through aJarInputStream.
-