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

Packages that use EntityManagerImpl
org.apache.openjpa.persistence OpenJPA JPA This package provides an JPA facade to OpenJPA. 
 

Uses of EntityManagerImpl in org.apache.openjpa.persistence
 

Fields in org.apache.openjpa.persistence declared as EntityManagerImpl
protected  EntityManagerImpl AbstractQuery._em
           
 

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

Constructors in org.apache.openjpa.persistence with parameters of type EntityManagerImpl
AbstractQuery(QueryMetaData qmd, EntityManagerImpl em)
           
ExtentImpl(EntityManagerImpl em, Extent<T> extent)
          Constructor; supply delegate.
QueryImpl(EntityManagerImpl em, Query query)
          Deprecated.  
QueryImpl(EntityManagerImpl em, RuntimeExceptionTranslator ret, Query query)
          Deprecated.  
QueryImpl(EntityManagerImpl em, RuntimeExceptionTranslator ret, Query query, QueryMetaData qmd)
          Constructor; supply factory exception translator and delegate.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.