Package | Description |
---|---|
com.caucho.amber.manager | |
com.caucho.env.jpa | |
com.caucho.vfs |
Resin's Virtual File System.
|
javax.persistence | |
javax.persistence.spi |
Modifier and Type | Class and Description |
---|---|
class |
AmberEntityManagerFactory
Amber's EntityManagerFactory container.
|
Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
AmberPersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
java.util.Map map)
Create an return an EntityManagerFactory for the named unit.
|
EntityManagerFactory |
AmberContainer.createEntityManagerFactory(PersistenceUnitInfo info) |
EntityManagerFactory |
AmberPersistenceProvider.createEntityManagerFactory(java.lang.String name,
java.util.Map map)
Create an return an EntityManagerFactory for the named unit.
|
EntityManagerFactory |
AmberConnection.getEntityManagerFactory() |
EntityManagerFactory |
EntityManagerProxy.getEntityManagerFactory() |
EntityManagerFactory |
EntityManagerExtendedProxy.getEntityManagerFactory() |
EntityManagerFactory |
AmberContainer.getEntityManagerFactory(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerFactoryProxy
The @PersistenceUnit, container managed entity manager proxy, used
for third-party providers.
|
Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
DisabledPersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
java.util.Map map) |
EntityManagerFactory |
DisabledPersistenceProvider.createEntityManagerFactory(java.lang.String name,
java.util.Map map) |
EntityManagerFactory |
EntityManagerJtaProxy.getEntityManagerFactory() |
EntityManagerFactory |
PersistenceUnitManager.getEntityManagerFactoryDelegate()
Create or return the provider's EntityManagerFactory
|
Modifier and Type | Method and Description |
---|---|
static EntityManagerFactory |
EMF.get() |
Modifier and Type | Method and Description |
---|---|
static EntityManagerFactory |
Persistence.createEntityManagerFactory(java.lang.String name)
Create an return an EntityManagerFactory for the named unit.
|
static EntityManagerFactory |
Persistence.createEntityManagerFactory(java.lang.String name,
java.util.Map props)
Create and return an EntityManagerFactory for the named unit.
|
EntityManagerFactory |
EntityManager.getEntityManagerFactory()
Returns the owning factory
|
Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info,
java.util.Map map)
Create and return an EntityManagerFactory for the named unit.
|
EntityManagerFactory |
PersistenceProvider.createEntityManagerFactory(java.lang.String name,
java.util.Map map)
Create an return an EntityManagerFactory for the named unit.
|