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
           
 

Constructors in org.hibernate.ejb with parameters of type AbstractEntityManagerImpl
QueryImpl(org.hibernate.Query query, AbstractEntityManagerImpl em)
           
TransactionImpl(AbstractEntityManagerImpl entityManager)