Uses of Class
org.apache.openjpa.persistence.EntityManagerImpl
-
Packages that use EntityManagerImpl Package Description org.apache.openjpa.persistence OpenJPA JPA -
-
Uses of EntityManagerImpl in org.apache.openjpa.persistence
Fields in org.apache.openjpa.persistence declared as EntityManagerImpl Modifier and Type Field Description protected EntityManagerImpl
AbstractQuery. _em
Methods in org.apache.openjpa.persistence that return EntityManagerImpl Modifier and Type Method Description 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 Constructor Description 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.
-