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
|
org.jboss.as.jpa.hibernate5 |
Modifier and Type | Field and Description |
---|---|
ArchiveDescriptor |
AbstractScannerImpl.ArchiveDescriptorInfo.archiveDescriptor |
Constructor and Description |
---|
ArchiveDescriptorInfo(ArchiveDescriptor archiveDescriptor,
boolean isRoot) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArchiveDescriptor
Base support for ArchiveDescriptor implementors.
|
Modifier and Type | Method and Description |
---|---|
ArchiveDescriptor |
ArchiveDescriptorFactory.buildArchiveDescriptor(URL url)
Build a descriptor of the archive indicated by the given url
|
ArchiveDescriptor |
AbstractArchiveDescriptorFactory.buildArchiveDescriptor(URL url) |
ArchiveDescriptor |
ArchiveDescriptorFactory.buildArchiveDescriptor(URL url,
String path)
Build a descriptor of the archive indicated by the path relative to the given url
|
Modifier and Type | Class and Description |
---|---|
class |
OsgiArchiveDescriptor
ArchiveDescriptor implementation for describing archives in the OSGi sense
|
Modifier and Type | Method and Description |
---|---|
ArchiveDescriptor |
OsgiArchiveDescriptorFactory.buildArchiveDescriptor(URL url) |
ArchiveDescriptor |
OsgiArchiveDescriptorFactory.buildArchiveDescriptor(URL url,
String entry) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualFileSystemArchiveDescriptor
Representation of an archive in the JBoss VirtualFileSystem API in terms of how to walk entries.
|
Modifier and Type | Method and Description |
---|---|
ArchiveDescriptor |
VirtualFileSystemArchiveDescriptorFactory.buildArchiveDescriptor(URL url,
String entryBase) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.