Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptor
-
Packages that use ArchiveDescriptor Package Description org.hibernate.boot.archive.internal The internals of archive scanning support.org.hibernate.boot.archive.scan.spi SPI for scanning archives to discover managed classes and named resources.org.hibernate.boot.archive.spi Defines an SPI for scanning of archives for discovery of managed resources. -
-
Uses of ArchiveDescriptor in org.hibernate.boot.archive.internal
Classes in org.hibernate.boot.archive.internal that implement ArchiveDescriptor Modifier and Type Class Description classExplodedArchiveDescriptorAnArchiveDescriptorfor exploded (directory) archives.classJarFileBasedArchiveDescriptorAnArchiveDescriptorimplementation leveraging theJarFileAPI for processing.classJarInputStreamBasedArchiveDescriptorAnArchiveDescriptorthat works on archives accessible through aJarInputStream.classJarProtocolArchiveDescriptorAn ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).Methods in org.hibernate.boot.archive.internal that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptorStandardArchiveDescriptorFactory. buildArchiveDescriptor(URL url)ArchiveDescriptorStandardArchiveDescriptorFactory. buildArchiveDescriptor(URL url, String entry) -
Uses of ArchiveDescriptor in org.hibernate.boot.archive.scan.spi
Fields in org.hibernate.boot.archive.scan.spi declared as ArchiveDescriptor Modifier and Type Field Description ArchiveDescriptorAbstractScannerImpl.ArchiveDescriptorInfo. archiveDescriptorConstructors in org.hibernate.boot.archive.scan.spi with parameters of type ArchiveDescriptor Constructor Description ArchiveDescriptorInfo(ArchiveDescriptor archiveDescriptor, boolean isRoot) -
Uses of ArchiveDescriptor in org.hibernate.boot.archive.spi
Classes in org.hibernate.boot.archive.spi that implement ArchiveDescriptor Modifier and Type Class Description classAbstractArchiveDescriptorBase support for ArchiveDescriptor implementors.Methods in org.hibernate.boot.archive.spi that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptorAbstractArchiveDescriptorFactory. buildArchiveDescriptor(URL url)ArchiveDescriptorArchiveDescriptorFactory. buildArchiveDescriptor(URL url)Build a descriptor of the archive indicated by the given urlArchiveDescriptorArchiveDescriptorFactory. buildArchiveDescriptor(URL url, String path)Build a descriptor of the archive indicated by the path relative to the given url
-