| 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 |
The internals of archive scanning support
|
| org.hibernate.boot.archive.scan.internal | |
| org.hibernate.boot.archive.scan.spi | |
| org.hibernate.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
| org.hibernate.boot.internal | |
| org.hibernate.boot.spi | |
| org.hibernate.osgi |
Main OSGi support classes
|
| 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 |
StandardArchiveDescriptorFactory
Standard implementation of ArchiveDescriptorFactory
|
| Constructor and Description |
|---|
ExplodedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
java.net.URL archiveUrl,
java.lang.String entryBasePrefix)
Constructs an ExplodedArchiveDescriptor
|
JarFileBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
java.net.URL archiveUrl,
java.lang.String entry)
Constructs a JarFileBasedArchiveDescriptor
|
JarInputStreamBasedArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
java.net.URL url,
java.lang.String entry)
Constructs a JarInputStreamBasedArchiveDescriptor
|
JarProtocolArchiveDescriptor(ArchiveDescriptorFactory archiveDescriptorFactory,
java.net.URL url,
java.lang.String incomingEntry)
Constructs a JarProtocolArchiveDescriptor
|
| Constructor and Description |
|---|
StandardScanner(ArchiveDescriptorFactory value) |
| 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,
java.net.URL archiveUrl,
java.lang.String entryBasePrefix) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveDescriptorFactory |
MetadataBuilderImpl.MetadataBuildingOptionsImpl.getArchiveDescriptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
MetadataBuilder |
MetadataBuilderImpl.applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
ArchiveDescriptorFactory |
AbstractDelegatingMetadataBuildingOptions.getArchiveDescriptorFactory() |
ArchiveDescriptorFactory |
MetadataBuildingOptions.getArchiveDescriptorFactory()
Access to the ArchiveDescriptorFactory to be used for scanning
|
| Modifier and Type | Method and Description |
|---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyArchiveDescriptorFactory(ArchiveDescriptorFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiArchiveDescriptorFactory
ArchiveDescriptorFactory implementation for OSGi environments
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.