Package | Description |
---|---|
com.caucho.amber.manager | |
com.caucho.env.jpa | |
com.caucho.vfs |
Resin's Virtual File System.
|
javax.persistence |
Modifier and Type | Class and Description |
---|---|
class |
AmberConnection
The entity manager from a entity manager proxy.
|
class |
AmberEntityManager
The entity manager from a entity manager proxy.
|
class |
CacheConnection
The entity manager from a entity manager proxy.
|
class |
EntityManagerExtendedProxy
The Entity manager
|
class |
EntityManagerProxy
The Entity manager
|
Modifier and Type | Method and Description |
---|---|
EntityManager |
AmberEntityManagerFactory.createEntityManager()
Create a new EntityManager with TRANSACTION type.
|
EntityManager |
AmberEntityManagerFactory.createEntityManager(java.util.Map map)
Create a new EntityManager with the given properties.
|
EntityManager |
AmberPersistenceUnit.getEntityManager() |
EntityManager |
AmberContainer.getExtendedPersistenceContext(java.lang.String name) |
EntityManager |
AmberContainer.getPersistenceContext(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerJtaProxy
The @PersistenceContext, container managed entity manager proxy, used
for third-party providers.
|
Modifier and Type | Method and Description |
---|---|
EntityManager |
EntityManagerFactoryProxy.createEntityManager()
Create a new EntityManager with TRANSACTION type.
|
EntityManager |
EntityManagerFactoryProxy.createEntityManager(java.util.Map map)
Create a new EntityManager with the given properties.
|
Modifier and Type | Method and Description |
---|---|
static EntityManager |
EMF.createEntityManager() |
EntityManager |
DatastorePath.getEntityManager() |
Modifier and Type | Method and Description |
---|---|
EntityManager |
EntityManagerFactory.createEntityManager()
Create a new EntityManager with TRANSACTION type.
|
EntityManager |
EntityManagerFactory.createEntityManager(java.util.Map map)
Create a new EntityManager with the given properties.
|