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
          An abstract factory for Transaction instances.
TransactionManagerLookup
          Concrete implementations locate and return the JTA TransactionManager.
 

Classes in org.hibernate.transaction used by org.hibernate.impl
TransactionFactory
          An abstract factory for Transaction instances.
TransactionFactory.Context
           
 

Classes in org.hibernate.transaction used by org.hibernate.jdbc
TransactionFactory.Context
           
 

Classes in org.hibernate.transaction used by org.hibernate.transaction
JNDITransactionManagerLookup
          Locates a TransactionManager in JNDI.
TransactionFactory
          An abstract factory for Transaction instances.
TransactionFactory.Context
           
TransactionManagerLookup
          Concrete implementations locate and return the JTA TransactionManager.