Package | Description |
---|---|
org.hibernate.jpa | |
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,
java.util.Map integration,
java.lang.ClassLoader providedClassLoader) |
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
java.util.Map integration,
ClassLoaderService providedClassLoaderService) |
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 javax.persistence.PersistenceException |
Helper.persistenceException(PersistenceUnitDescriptor persistenceUnit,
java.lang.String message) |
static javax.persistence.PersistenceException |
Helper.persistenceException(PersistenceUnitDescriptor persistenceUnit,
java.lang.String message,
java.lang.Exception cause) |
Constructor and Description |
---|
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
java.util.Map integrationSettings) |
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
java.util.Map integrationSettings,
java.lang.ClassLoader providedClassLoader) |
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit,
java.util.Map integrationSettings,
ClassLoaderService providedClassLoaderService) |
StandardJpaScanEnvironmentImpl(PersistenceUnitDescriptor persistenceUnitDescriptor) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ProviderChecker.extractRequestedProviderName(PersistenceUnitDescriptor persistenceUnit,
java.util.Map integration)
Extract the requested persistence provider name using the algorithm Hibernate uses.
|
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
java.util.Map integration) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
java.util.Map integration,
java.lang.ClassLoader providedClassLoader) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
java.util.Map integration,
ClassLoaderService providedClassLoaderService) |
static boolean |
ProviderChecker.isProvider(PersistenceUnitDescriptor persistenceUnit,
java.util.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-2018 Red Hat, Inc. All Rights Reserved.