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".org.hibernate.osgi Main OSGi support classes -
-
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(java.net.URL url)ArchiveDescriptorArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url)Build a descriptor of the archive indicated by the given urlArchiveDescriptorArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url, java.lang.String path)Build a descriptor of the archive indicated by the path relative to the given url -
Uses of ArchiveDescriptor in org.hibernate.osgi
Classes in org.hibernate.osgi that implement ArchiveDescriptor Modifier and Type Class Description classOsgiArchiveDescriptorArchiveDescriptor implementation for describing archives in the OSGi senseMethods in org.hibernate.osgi that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptorOsgiArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url)ArchiveDescriptorOsgiArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url, java.lang.String entry)
-