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

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

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

Fields in org.apache.openejb.core.managed declared as JtaEntityManagerRegistry
protected  JtaEntityManagerRegistry ManagedContainer.entityManagerRegistry
           
 

Constructors in org.apache.openejb.core.managed with parameters of type JtaEntityManagerRegistry
ManagedUserTransaction(javax.transaction.UserTransaction userTransaction, JtaEntityManagerRegistry jtaEntityManagerRegistry)
           
 

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

Fields in org.apache.openejb.core.stateful declared as JtaEntityManagerRegistry
protected  JtaEntityManagerRegistry StatefulContainer.entityManagerRegistry
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type JtaEntityManagerRegistry
StatefulUserTransaction(javax.transaction.UserTransaction userTransaction, JtaEntityManagerRegistry jtaEntityManagerRegistry)
           
 

Uses of JtaEntityManagerRegistry in org.apache.openejb.persistence
 

Constructors in org.apache.openejb.persistence with parameters of type JtaEntityManagerRegistry
JtaEntityManager(JtaEntityManagerRegistry registry, javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties)
           
JtaEntityManager(java.lang.String unitName, JtaEntityManagerRegistry registry, javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties, boolean extended)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.