Uses of Class
org.apache.openejb.persistence.JtaEntityManagerRegistry.EntityManagerTracker

Packages that use JtaEntityManagerRegistry.EntityManagerTracker
org.apache.openejb.core.managed   
org.apache.openejb.core.stateful   
org.apache.openejb.persistence   
 

Uses of JtaEntityManagerRegistry.EntityManagerTracker in org.apache.openejb.core.managed
 

Methods in org.apache.openejb.core.managed that return types with arguments of type JtaEntityManagerRegistry.EntityManagerTracker
 Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> Instance.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories)
           
 

Constructors in org.apache.openejb.core.managed with parameters of type JtaEntityManagerRegistry.EntityManagerTracker
Instance(Object deploymentId, Object primaryKey, Object bean, Map<String,Object> interceptors, javax.enterprise.context.spi.CreationalContext creationalContext, JtaEntityManagerRegistry.EntityManagerTracker[] entityManagerArray)
           
 

Constructor parameters in org.apache.openejb.core.managed with type arguments of type JtaEntityManagerRegistry.EntityManagerTracker
Instance(BeanContext beanContext, Object primaryKey, Object bean, Map<String,Object> interceptors, javax.enterprise.context.spi.CreationalContext creationalContext, Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> entityManagers)
           
 

Uses of JtaEntityManagerRegistry.EntityManagerTracker in org.apache.openejb.core.stateful
 

Methods in org.apache.openejb.core.stateful that return types with arguments of type JtaEntityManagerRegistry.EntityManagerTracker
 Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> Instance.getEntityManagers(Index<javax.persistence.EntityManagerFactory,Map> factories)
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type JtaEntityManagerRegistry.EntityManagerTracker
Instance(Object deploymentId, Object primaryKey, Object bean, javax.enterprise.context.spi.CreationalContext creationalContext, Map<String,Object> interceptors, JtaEntityManagerRegistry.EntityManagerTracker[] entityManagerArray)
           
 

Constructor parameters in org.apache.openejb.core.stateful with type arguments of type JtaEntityManagerRegistry.EntityManagerTracker
Instance(BeanContext beanContext, Object primaryKey, Object bean, javax.enterprise.context.spi.CreationalContext creationalContext, Map<String,Object> interceptors, Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> entityManagers)
           
 

Uses of JtaEntityManagerRegistry.EntityManagerTracker in org.apache.openejb.persistence
 

Methods in org.apache.openejb.persistence that return JtaEntityManagerRegistry.EntityManagerTracker
 JtaEntityManagerRegistry.EntityManagerTracker JtaEntityManagerRegistry.getInheritedEntityManager(javax.persistence.EntityManagerFactory entityManagerFactory)
          Gets an exiting extended entity manager created by a component down the call stack.
 

Methods in org.apache.openejb.persistence that return types with arguments of type JtaEntityManagerRegistry.EntityManagerTracker
 Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> JtaEntityManagerRegistry.removeEntityManagers(String deploymentId, Object primaryKey)
          Removed the registered entity managers for the specified component.
 

Method parameters in org.apache.openejb.persistence with type arguments of type JtaEntityManagerRegistry.EntityManagerTracker
 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-2013 The Apache Software Foundation. All Rights Reserved.