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

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

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
StatefulInstanceManager(TransactionManager transactionManager, SecurityService securityService, JtaEntityManagerRegistry jtaEntityManagerRegistry, Class passivatorClass, int timeout, int poolSize, int bulkPassivate)
           
StatefulUserTransaction(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, Map properties)
           
JtaEntityManager(JtaEntityManagerRegistry registry, javax.persistence.EntityManagerFactory entityManagerFactory, Map properties, boolean extended)
           
 



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