Uses of Class
org.hibernate.ejb.AbstractEntityManagerImpl

Packages that use AbstractEntityManagerImpl
org.hibernate.ejb   
 

Uses of AbstractEntityManagerImpl in org.hibernate.ejb
 

Subclasses of AbstractEntityManagerImpl in org.hibernate.ejb
 class CurrentEntityManagerImpl
          Deprecated. no longer used since getEntityManager is no longer here
 class EntityManagerImpl
          Hibernate implementation of EntityManager.
 

Constructors in org.hibernate.ejb with parameters of type AbstractEntityManagerImpl
QueryImpl(Query query, AbstractEntityManagerImpl em)
           
QueryImpl(Query query, AbstractEntityManagerImpl em, Map<String,Class> namedParameterTypeRedefinitions)
           
TransactionImpl(AbstractEntityManagerImpl entityManager)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.