| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.archive.internal | |
| org.hibernate.boot.archive.scan.spi | |
| org.hibernate.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
| org.hibernate.boot.spi | |
| org.hibernate.osgi |
Main OSGi support classes
|
| org.hibernate.testing.boot | |
| org.jboss.as.jpa.hibernate5 |
| Modifier and Type | Method and Description |
|---|---|
MetadataBuilder |
MetadataBuilder.applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory)
Specify a particular ArchiveDescriptorFactory instance to use in scanning.
|
| Modifier and Type | Class and Description |
|---|---|
class |
org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory |
| Constructor and Description |
|---|
AbstractScannerImpl(ArchiveDescriptorFactory archiveDescriptorFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchiveDescriptorFactory |
| Modifier and Type | Method and Description |
|---|---|
protected ArchiveDescriptorFactory |
AbstractArchiveDescriptor.getArchiveDescriptorFactory() |
| Constructor and Description |
|---|
AbstractArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
URL archiveUrl,
String entryBasePrefix) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveDescriptorFactory |
BootstrapContext.getArchiveDescriptorFactory()
Access to the ArchiveDescriptorFactory to be used for scanning
|
ArchiveDescriptorFactory |
MetadataBuildingOptions.getArchiveDescriptorFactory()
Deprecated.
Use
BootstrapContext.getArchiveDescriptorFactory() instead. |
ArchiveDescriptorFactory |
AbstractDelegatingMetadataBuildingOptions.getArchiveDescriptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiArchiveDescriptorFactory
ArchiveDescriptorFactory implementation for OSGi environments
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveDescriptorFactory |
BootstrapContextImpl.getArchiveDescriptorFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualFileSystemArchiveDescriptorFactory
In Hibernate terms, the ArchiveDescriptorFactory contract is used to plug in handling for how to deal
with archives in various systems.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.