Uses of Package
org.hibernate.transaction

Packages that use org.hibernate.transaction
org.hibernate.cfg   
org.hibernate.impl   
org.hibernate.jdbc   
org.hibernate.transaction   
 

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.