Uses of Package
org.hibernate.transaction

Packages that use org.hibernate.transaction
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
org.hibernate.transaction This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers. 
 

Classes in org.hibernate.transaction used by org.hibernate.cfg
TransactionFactory
          Contract for generating Hibernate Transaction instances.
TransactionManagerLookup
          Contract for locating the JTA TransactionManager on given platform.
 

Classes in org.hibernate.transaction used by org.hibernate.impl
TransactionFactory
          Contract for generating Hibernate Transaction instances.
TransactionFactory.Context
          Callback mechanism; a context is always a Session in the Hibernate usage.
 

Classes in org.hibernate.transaction used by org.hibernate.jdbc
TransactionFactory.Context
          Callback mechanism; a context is always a Session in the Hibernate usage.
 

Classes in org.hibernate.transaction used by org.hibernate.transaction
JNDITransactionManagerLookup
          Template implementation of TransactionManagerLookup where the underlying TransactionManager is available via JNDI lookup at the specified location - JNDITransactionManagerLookup.getName().
TransactionFactory
          Contract for generating Hibernate Transaction instances.
TransactionFactory.Context
          Callback mechanism; a context is always a Session in the Hibernate usage.
TransactionManagerLookup
          Contract for locating the JTA TransactionManager on given platform.
 



Copyright © 2008 Hibernate.org. All Rights Reserved.