Uses of Interface
org.hibernate.transaction.TransactionFactory

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

Uses of TransactionFactory in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return TransactionFactory
protected  TransactionFactory SettingsFactory.createTransactionFactory(Properties properties)
           
 TransactionFactory Settings.getTransactionFactory()
           
 

Uses of TransactionFactory in org.hibernate.ejb.transaction
 

Classes in org.hibernate.ejb.transaction that implement TransactionFactory
 class JoinableCMTTransactionFactory
          A transaction is in progress if the underlying JTA tx is in progress and if the Tx is marked as MARKED_FOR_JOINED
 

Uses of TransactionFactory in org.hibernate.impl
 

Methods in org.hibernate.impl that return TransactionFactory
 TransactionFactory SessionFactoryImpl.getTransactionFactory()
           
 

Uses of TransactionFactory in org.hibernate.transaction
 

Classes in org.hibernate.transaction that implement TransactionFactory
 class CMTTransactionFactory
          Factory for CMTTransaction instances.
 class JDBCTransactionFactory
          Factory for JDBCTransaction instances.
 class JTATransactionFactory
          Factory for JTATransaction instances.
 

Methods in org.hibernate.transaction that return TransactionFactory
static TransactionFactory TransactionFactoryFactory.buildTransactionFactory(Properties transactionProps)
          Create an appropriate transaction factory based on the given configuration properties.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.