| Package | Description |
|---|---|
| org.hibernate.jpa |
Defines Hibernate implementation of Java Persistence specification.
|
| org.hibernate.jpa.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
| org.hibernate.jpa.boot.internal | |
| org.hibernate.jpa.boot.scan.spi | |
| org.hibernate.jpa.boot.spi | |
| org.hibernate.jpa.internal.util |
| Modifier and Type | Method and Description |
|---|---|
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoader providedClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceUnitDescriptor |
ArchiveContext.getPersistenceUnitDescriptor()
The persistence-unit descriptor which led to this archive being scanned.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParsedPersistenceXmlDescriptor
Describes the information gleaned from a
<persistence-unit/> element in a persistence.xml file
whether parsed directly by Hibernate or passed to us by an EE container as a
PersistenceUnitInfo. |
class |
PersistenceUnitInfoDescriptor |
| Constructor and Description |
|---|
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
Map integrationSettings) |
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
Map integrationSettings,
ClassLoader providedClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceUnitDescriptor |
AbstractScannerImpl.ArchiveContextImpl.getPersistenceUnitDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ScanResult |
AbstractScannerImpl.scan(PersistenceUnitDescriptor persistenceUnit,
ScanOptions scanOptions) |
ScanResult |
Scanner.scan(PersistenceUnitDescriptor persistenceUnit,
ScanOptions options)
Perform the scanning against the described persistence unit using the defined options, and return the scan
results.
|
| Constructor and Description |
|---|
AbstractScannerImpl.ArchiveContextImpl(PersistenceUnitDescriptor persistenceUnitDescriptor,
boolean isRootUrl,
AbstractScannerImpl.ArchiveEntryHandlers entryHandlers) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ProviderChecker.extractRequestedProviderName(PersistenceUnitDescriptor persistenceUnit,
Map integration)
Extract the requested persistence provider name using the algorithm Hibernate uses.
|
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoader providedClassLoader) |
static boolean |
ProviderChecker.isProvider(PersistenceUnitDescriptor persistenceUnit,
Map integration)
Does the descriptor and/or integration request Hibernate as the
PersistenceProvider? Note that in the case of no requested provider being named
we assume we are the provider (the calls got to us somehow...) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LogHelper.logPersistenceUnitInformation(PersistenceUnitDescriptor descriptor) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.