Uses of Interface
org.hibernate.ejb.HibernateEntityManagerImplementor

Packages that use HibernateEntityManagerImplementor
org.hibernate.ejb   
org.hibernate.ejb.criteria   
 

Uses of HibernateEntityManagerImplementor in org.hibernate.ejb
 

Classes in org.hibernate.ejb that implement HibernateEntityManagerImplementor
 class AbstractEntityManagerImpl
           
 class EntityManagerImpl
          Hibernate implementation of EntityManager.
 

Methods in org.hibernate.ejb that return HibernateEntityManagerImplementor
protected  HibernateEntityManagerImplementor AbstractQueryImpl.getEntityManager()
           
 

Constructors in org.hibernate.ejb with parameters of type HibernateEntityManagerImplementor
AbstractQueryImpl(HibernateEntityManagerImplementor entityManager)
           
 

Uses of HibernateEntityManagerImplementor in org.hibernate.ejb.criteria
 

Constructors in org.hibernate.ejb.criteria with parameters of type HibernateEntityManagerImplementor
CriteriaQueryCompiler(HibernateEntityManagerImplementor entityManager)
           
 



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