Uses of Class
org.apache.cayenne.jpa.ResourceLocalEntityManagerFactory

Packages that use ResourceLocalEntityManagerFactory
org.apache.cayenne.jpa   
 

Uses of ResourceLocalEntityManagerFactory in org.apache.cayenne.jpa
 

Subclasses of ResourceLocalEntityManagerFactory in org.apache.cayenne.jpa
 class JtaEntityManagerFactory
          An EntityManagerFactory that registers all EntityManagers that it creates with an active JTA Transaction so that they could flush the object state to the database during commit.
 

Fields in org.apache.cayenne.jpa declared as ResourceLocalEntityManagerFactory
protected  ResourceLocalEntityManagerFactory ResourceLocalEntityManager.factory
           
 

Methods in org.apache.cayenne.jpa that return ResourceLocalEntityManagerFactory
protected  ResourceLocalEntityManagerFactory ResourceLocalEntityManager.getFactory()
          Returns parent EntityManagerFactory.
 

Constructors in org.apache.cayenne.jpa with parameters of type ResourceLocalEntityManagerFactory
ResourceLocalEntityManager(ObjectContext context, ResourceLocalEntityManagerFactory factory)
           
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.