Uses of Class
org.apache.openjpa.persistence.EntityManagerImpl

Uses of EntityManagerImpl in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return EntityManagerImpl
protected  EntityManagerImpl EntityManagerFactoryImpl.newEntityManagerImpl(org.apache.openjpa.kernel.Broker broker)
          Create a new entity manager around the given broker.
 

Constructors in org.apache.openjpa.persistence with parameters of type EntityManagerImpl
ExtentImpl(EntityManagerImpl em, org.apache.openjpa.kernel.Extent extent)
          Constructor; supply delegate.
QueryImpl(EntityManagerImpl em, org.apache.openjpa.kernel.Query query)
          Constructor; supply factory and delegate.