Package | Description |
---|---|
org.hibernate.jpa |
Defines Hibernate implementation of Java Persistence specification.
|
org.hibernate.jpa.boot.internal | |
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 | 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 |
Modifier and Type | Method and Description |
---|---|
static PersistenceException |
Helper.persistenceException(PersistenceUnitDescriptor persistenceUnit,
String message) |
static PersistenceException |
Helper.persistenceException(PersistenceUnitDescriptor persistenceUnit,
String message,
Exception cause) |
Constructor and Description |
---|
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
Map integrationSettings) |
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
Map integrationSettings,
ClassLoader providedClassLoader) |
StandardJpaScanEnvironmentImpl(PersistenceUnitDescriptor persistenceUnitDescriptor) |
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 © 2016 JBoss by Red Hat. All rights reserved.