| Package | Description |
|---|---|
| org.hibernate.jpa | |
| org.hibernate.jpa.boot.spi |
| Modifier and Type | Method and Description |
|---|---|
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoader providedClassLoader) |
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoaderService providedClassLoaderService) |
| 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 EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoaderService providedClassLoaderService) |
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...) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.