| Interface | Description |
|---|---|
| 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 |
| Class | Description |
|---|---|
| AbstractEntityManagerImpl | |
| AbstractEntityManagerImpl.TupleBuilderTransformer | |
| AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> | |
| AbstractQueryImpl<X> |
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.
|
| Ejb3ConfigurationObjectFactory | |
| EntityManagerFactoryImpl |
Actual Hibernate implementation of
EntityManagerFactory. |
| EntityManagerImpl |
Hibernate implementation of
EntityManager. |
| HibernatePersistence |
Hibernate EJB3 persistence provider implementation
|
| QueryHints |
TODO : javadoc
|
| QueryImpl<X> |
Hibernate implementation of both the
Query and TypedQuery contracts. |
| TransactionImpl |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.