Uses of Package
org.hibernate.ejb

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

Classes in org.hibernate.ejb used by org.hibernate.ejb
AbstractEntityManagerImpl
           
AbstractQueryImpl
          Intended as a base class providing convenience in implementing both Query and TypedQuery.
AvailableSettings
          Defines the available HEM settings, both JPA-defined as well as Hibernate-specific

NOTE : Does *not* include Environment values.

Ejb3Configuration
          Deprecated. Direct usage of this class has never been supported. Instead, the application should obtain reference to the EntityManagerFactory as outlined in the JPA specification, section 7.3 Obtaining an Entity Manager Factory based on runtime environment. Additionally this class will be removed in Hibernate release 5.0 for the same reasoning outlined on Configuration due to move towards new SessionFactory building methodology. See HHH-6181 and HHH-6159 for details
EntityManagerFactoryImpl
          Actual Hibernate implementation of EntityManagerFactory.
HibernateEntityManager
          Additional contract for Hibernate implementations of EntityManager providing access to various Hibernate specific functionality.
HibernateEntityManagerFactory
          Contract giving access to the underlying SessionFactory from an EntityManagerFactory
HibernateEntityManagerImplementor
          Additional internal contracts for the Hibernate EntityManager implementation.
HibernateEntityManagerImplementor.Options
           
HibernateEntityManagerImplementor.Options.ResultMetadataValidator
           
HibernateQuery
           
TransactionImpl
           
 

Classes in org.hibernate.ejb used by org.hibernate.ejb.criteria
EntityManagerFactoryImpl
          Actual Hibernate implementation of EntityManagerFactory.
HibernateEntityManagerImplementor
          Additional internal contracts for the Hibernate EntityManager implementation.
HibernateEntityManagerImplementor.Options.ResultMetadataValidator
           
 

Classes in org.hibernate.ejb used by org.hibernate.ejb.util
Ejb3Configuration
          Deprecated. Direct usage of this class has never been supported. Instead, the application should obtain reference to the EntityManagerFactory as outlined in the JPA specification, section 7.3 Obtaining an Entity Manager Factory based on runtime environment. Additionally this class will be removed in Hibernate release 5.0 for the same reasoning outlined on Configuration due to move towards new SessionFactory building methodology. See HHH-6181 and HHH-6159 for details
 



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