| Package | Description |
|---|---|
| javax.persistence.spi | |
| 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 |
|---|---|
EntityManagerFactory |
PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map map)
Called by the container when an
EntityManagerFactory
is to be created. |
void |
PersistenceProvider.generateSchema(PersistenceUnitInfo info,
Map map)
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
|
| Modifier and Type | Method and Description |
|---|---|
EntityManagerFactory |
HibernatePersistence.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map properties)
Deprecated.
|
void |
HibernatePersistence.generateSchema(PersistenceUnitInfo info,
Map map)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EntityManagerFactory |
HibernatePersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map properties)
Called by the container when an
EntityManagerFactory
is to be created. |
void |
HibernatePersistenceProvider.generateSchema(PersistenceUnitInfo info,
Map map) |
| Constructor and Description |
|---|
PersistenceUnitInfoDescriptor(PersistenceUnitInfo persistenceUnitInfo) |
| Modifier and Type | Method and Description |
|---|---|
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo,
Map integration) |
static EntityManagerFactoryBuilder |
Bootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo,
Map integration,
ClassLoader providedClassLoader) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.