Uses of Package
org.hibernate.ejb

Packages that use org.hibernate.ejb
org.hibernate.ejb   
org.hibernate.ejb.criteria   
org.hibernate.ejb.util   
org.hibernate.envers.test   
org.hibernate.envers.test.integration.accesstype   
org.hibernate.envers.test.integration.auditReader   
org.hibernate.envers.test.integration.basic   
org.hibernate.envers.test.integration.cache   
org.hibernate.envers.test.integration.collection   
org.hibernate.envers.test.integration.collection.mapkey   
org.hibernate.envers.test.integration.components   
org.hibernate.envers.test.integration.components.collections   
org.hibernate.envers.test.integration.components.relations   
org.hibernate.envers.test.integration.customtype   
org.hibernate.envers.test.integration.data   
org.hibernate.envers.test.integration.flush   
org.hibernate.envers.test.integration.hashcode   
org.hibernate.envers.test.integration.ids   
org.hibernate.envers.test.integration.inheritance.joined   
org.hibernate.envers.test.integration.inheritance.joined.childrelation   
org.hibernate.envers.test.integration.inheritance.joined.emptychild   
org.hibernate.envers.test.integration.inheritance.joined.notownedrelation   
org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin   
org.hibernate.envers.test.integration.inheritance.joined.relation   
org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional   
org.hibernate.envers.test.integration.inheritance.mixed   
org.hibernate.envers.test.integration.inheritance.single.discriminatorformula   
org.hibernate.envers.test.integration.interfaces.components   
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.joined   
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.subclass   
org.hibernate.envers.test.integration.interfaces.hbm.allAudited.union   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.joined   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.subclass   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.union   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.joined   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.subclass   
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.union   
org.hibernate.envers.test.integration.interfaces.relation   
org.hibernate.envers.test.integration.jta   
org.hibernate.envers.test.integration.manytomany   
org.hibernate.envers.test.integration.manytomany.biowned   
org.hibernate.envers.test.integration.manytomany.inverseToSuperclass   
org.hibernate.envers.test.integration.manytomany.sametable   
org.hibernate.envers.test.integration.manytomany.ternary   
org.hibernate.envers.test.integration.manytomany.unidirectional   
org.hibernate.envers.test.integration.manytoone.unidirectional   
org.hibernate.envers.test.integration.naming   
org.hibernate.envers.test.integration.naming.ids   
org.hibernate.envers.test.integration.naming.quotation   
org.hibernate.envers.test.integration.notinsertable   
org.hibernate.envers.test.integration.notinsertable.manytoone   
org.hibernate.envers.test.integration.onetomany   
org.hibernate.envers.test.integration.onetomany.detached   
org.hibernate.envers.test.integration.onetomany.inverseToSuperclass   
org.hibernate.envers.test.integration.onetoone.bidirectional   
org.hibernate.envers.test.integration.onetoone.bidirectional.ids   
org.hibernate.envers.test.integration.onetoone.unidirectional   
org.hibernate.envers.test.integration.primitive   
org.hibernate.envers.test.integration.properties   
org.hibernate.envers.test.integration.proxy   
org.hibernate.envers.test.integration.query   
org.hibernate.envers.test.integration.query.ids   
org.hibernate.envers.test.integration.readwriteexpression   
org.hibernate.envers.test.integration.reference   
org.hibernate.envers.test.integration.reventity   
org.hibernate.envers.test.integration.reventity.trackmodifiedentities   
org.hibernate.envers.test.integration.revfordate   
org.hibernate.envers.test.integration.sameids   
org.hibernate.envers.test.integration.secondary   
org.hibernate.envers.test.integration.secondary.ids   
org.hibernate.envers.test.integration.serialization   
org.hibernate.envers.test.integration.strategy   
org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass   
org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditMethodSubclass   
org.hibernate.envers.test.integration.superclass.auditoverride   
org.hibernate.envers.test.integration.superclass.auditparents   
org.hibernate.envers.test.performance   
 

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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.accesstype
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.auditReader
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.basic
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.cache
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.collection
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.collection.mapkey
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.components
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.components.collections
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.components.relations
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.customtype
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.data
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.flush
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.hashcode
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.ids
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.joined
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.joined.childrelation
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.joined.emptychild
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.joined.notownedrelation
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.joined.primarykeyjoin
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.joined.relation
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.mixed
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.inheritance.single.discriminatorformula
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.components
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.allAudited.joined
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.allAudited.subclass
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.allAudited.union
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.joined
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.subclass
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.union
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.joined
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.subclass
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited2.union
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.interfaces.relation
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.jta
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.manytomany
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.manytomany.biowned
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.manytomany.inverseToSuperclass
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.manytomany.sametable
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.manytomany.ternary
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.manytomany.unidirectional
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.manytoone.unidirectional
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.naming
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.naming.ids
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.naming.quotation
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.notinsertable
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.notinsertable.manytoone
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.onetomany
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.onetomany.detached
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.onetomany.inverseToSuperclass
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.onetoone.bidirectional
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.onetoone.bidirectional.ids
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.onetoone.unidirectional
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.primitive
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.properties
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.proxy
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.query
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.query.ids
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.readwriteexpression
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.reference
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.reventity
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.reventity.trackmodifiedentities
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.revfordate
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.sameids
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.secondary
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.secondary.ids
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.serialization
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.strategy
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditAllSubclass
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.superclass.auditAtMethodSuperclassLevel.auditMethodSubclass
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.superclass.auditoverride
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.integration.superclass.auditparents
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
 

Classes in org.hibernate.ejb used by org.hibernate.envers.test.performance
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.