Uses of Interface
org.apache.openjpa.persistence.OpenJPAEntityTransaction

Uses of OpenJPAEntityTransaction in org.apache.openjpa.persistence
 

Classes in org.apache.openjpa.persistence that implement OpenJPAEntityTransaction
 class EntityManagerImpl
          Implementation of EntityManager interface.
 

Methods in org.apache.openjpa.persistence that return OpenJPAEntityTransaction
 OpenJPAEntityTransaction OpenJPAEntityManager.getTransaction()
           
 OpenJPAEntityTransaction EntityManagerImpl.getTransaction()