Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.jpa |
Defines Hibernate implementation of Java Persistence specification.
|
org.hibernate.jpa.boot.internal | |
org.hibernate.jpa.boot.spi |
Modifier and Type | Method and Description |
---|---|
protected EntityManagerFactoryBuilder |
HibernatePersistence.getEntityManagerFactoryBuilderOrNull(String persistenceUnitName,
Map properties)
Deprecated.
|
protected EntityManagerFactoryBuilder |
HibernatePersistence.getEntityManagerFactoryBuilderOrNull(String persistenceUnitName,
Map properties,
ClassLoader providedClassLoader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoader providedClassLoader) |
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilderOrNull(String persistenceUnitName,
Map properties) |
protected EntityManagerFactoryBuilder |
HibernatePersistenceProvider.getEntityManagerFactoryBuilderOrNull(String persistenceUnitName,
Map properties,
ClassLoader providedClassLoader) |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerFactoryBuilderImpl |
Modifier and Type | Method and Description |
---|---|
EntityManagerFactoryBuilder |
EntityManagerFactoryBuilderImpl.withDataSource(DataSource dataSource) |
EntityManagerFactoryBuilder |
EntityManagerFactoryBuilderImpl.withValidatorFactory(Object validatorFactory) |
Modifier and Type | Method and Description |
---|---|
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor,
Map integration,
ClassLoader providedClassLoader) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo,
Map integration) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo,
Map integration,
ClassLoader providedClassLoader) |
EntityManagerFactoryBuilder |
EntityManagerFactoryBuilder.withDataSource(DataSource dataSource)
Allows passing in a DataSource (delayed from constructing the builder, AKA phase 2) to be used
in building the EntityManagerFactory
|
EntityManagerFactoryBuilder |
EntityManagerFactoryBuilder.withValidatorFactory(Object validatorFactory)
Allows passing in a Java EE ValidatorFactory (delayed from constructing the builder, AKA phase 2) to be used
in building the EntityManagerFactory
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.