| Package | Description |
|---|---|
| org.apache.openejb.core.managed | |
| org.apache.openejb.core.stateful | |
| org.apache.openejb.persistence |
| Modifier and Type | Method and Description |
|---|---|
Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> |
Instance.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories) |
| Constructor and Description |
|---|
Instance(Object deploymentId,
Object primaryKey,
Object bean,
Map<String,Object> interceptors,
javax.enterprise.context.spi.CreationalContext creationalContext,
JtaEntityManagerRegistry.EntityManagerTracker[] entityManagerArray) |
| Constructor and Description |
|---|
Instance(BeanContext beanContext,
Object primaryKey,
Object bean,
Map<String,Object> interceptors,
javax.enterprise.context.spi.CreationalContext creationalContext,
Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> entityManagers) |
| Modifier and Type | Method and Description |
|---|---|
Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> |
Instance.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories) |
| Constructor and Description |
|---|
Instance(Object deploymentId,
Object primaryKey,
Object containerId,
Object bean,
javax.enterprise.context.spi.CreationalContext creationalContext,
Map<String,Object> interceptors,
JtaEntityManagerRegistry.EntityManagerTracker[] entityManagerArray,
LockFactory.StatefulLock lock) |
| Constructor and Description |
|---|
Instance(BeanContext beanContext,
Object primaryKey,
Object containerId,
Object bean,
javax.enterprise.context.spi.CreationalContext creationalContext,
Map<String,Object> interceptors,
Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> entityManagers,
LockFactory.StatefulLock lock) |
| Modifier and Type | Method and Description |
|---|---|
JtaEntityManagerRegistry.EntityManagerTracker |
JtaEntityManagerRegistry.getInheritedEntityManager(javax.persistence.EntityManagerFactory entityManagerFactory)
Gets an exiting extended entity manager created by a component down the call stack.
|
| Modifier and Type | Method and Description |
|---|---|
Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> |
JtaEntityManagerRegistry.removeEntityManagers(String deploymentId,
Object primaryKey)
Removed the registered entity managers for the specified component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JtaEntityManagerRegistry.addEntityManagers(String deploymentId,
Object primaryKey,
Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> entityManagers)
Adds the entity managers for the specified component to the registry.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.