| Package | Description |
|---|---|
| javax.persistence.spi | |
| org.hibernate.ejb | |
| org.hibernate.ejb.util |
| Modifier and Type | Method and Description |
|---|---|
EntityManagerFactory |
PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map map)
Called by the container when an
EntityManagerFactory
is to be created. |
| Modifier and Type | Method and Description |
|---|---|
Ejb3Configuration |
Ejb3Configuration.configure(PersistenceUnitInfo info,
Map integration)
Deprecated.
Process configuration from a PersistenceUnitInfo object; typically called by the container
via
PersistenceProvider.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo, java.util.Map). |
EntityManagerFactory |
HibernatePersistence.createContainerEntityManagerFactory(PersistenceUnitInfo info,
Map properties)
Create an entity manager factory from the given persistence unit info, using the specified
properties (they override any on the PUI).
|
| Modifier and Type | Method and Description |
|---|---|
static String |
LogHelper.logPersistenceUnitInfo(PersistenceUnitInfo unitInfo) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.