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 classesorg.jboss.as.jpa.hibernate5 -
-
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 ArchiveDescriptor
AbstractScannerImpl.ArchiveDescriptorInfo. archiveDescriptor
Constructors 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 class
AbstractArchiveDescriptor
Base support for ArchiveDescriptor implementors.Methods in org.hibernate.boot.archive.spi that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptor
AbstractArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url)
ArchiveDescriptor
ArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url)
Build a descriptor of the archive indicated by the given urlArchiveDescriptor
ArchiveDescriptorFactory. 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 class
OsgiArchiveDescriptor
ArchiveDescriptor implementation for describing archives in the OSGi senseMethods in org.hibernate.osgi that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptor
OsgiArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url)
ArchiveDescriptor
OsgiArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url, java.lang.String entry)
-
Uses of ArchiveDescriptor in org.jboss.as.jpa.hibernate5
Classes in org.jboss.as.jpa.hibernate5 that implement ArchiveDescriptor Modifier and Type Class Description class
VirtualFileSystemArchiveDescriptor
Representation of an archive in the JBoss VirtualFileSystem API in terms of how to walk entries.Methods in org.jboss.as.jpa.hibernate5 that return ArchiveDescriptor Modifier and Type Method Description ArchiveDescriptor
VirtualFileSystemArchiveDescriptorFactory. buildArchiveDescriptor(java.net.URL url, java.lang.String entryBase)
-