Uses of Interface
org.hibernate.boot.archive.spi.ArchiveDescriptor
-
Packages that use ArchiveDescriptor Package Description org.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi Defines the SPI for support of "scanning" of "archives". -
-
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
-