Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptor
Packages that use ArchiveDescriptor
Package
Description
The internals of archive scanning support.
-
Uses of ArchiveDescriptor in org.hibernate.boot.archive.internal
Classes in org.hibernate.boot.archive.internal that implement ArchiveDescriptorModifier and TypeClassDescriptionclassAnArchiveDescriptorfor exploded (directory) archives.classAnArchiveDescriptorimplementation leveraging theJarFileAPI for processing.classAnArchiveDescriptorthat works on archives accessible through aJarInputStream.classAn ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).Methods in org.hibernate.boot.archive.internal that return ArchiveDescriptorModifier and TypeMethodDescriptionStandardArchiveDescriptorFactory.buildArchiveDescriptor(URL url) StandardArchiveDescriptorFactory.buildArchiveDescriptor(URL url, String entry) -
Uses of ArchiveDescriptor in org.hibernate.boot.archive.spi
Classes in org.hibernate.boot.archive.spi that implement ArchiveDescriptorModifier and TypeClassDescriptionclassBase support for ArchiveDescriptor implementors.Methods in org.hibernate.boot.archive.spi that return ArchiveDescriptorModifier and TypeMethodDescriptionAbstractArchiveDescriptorFactory.buildArchiveDescriptor(URL url) ArchiveDescriptorFactory.buildArchiveDescriptor(URL url) Build a descriptor of the archive indicated by the given urlArchiveDescriptorFactory.buildArchiveDescriptor(URL url, String path) Build a descriptor of the archive indicated by the path relative to the given url