org.hibernate.transaction
Class TransactionFactoryFactory

java.lang.Object
  extended by org.hibernate.transaction.TransactionFactoryFactory

public final class TransactionFactoryFactory
extends Object

Author:
Gavin King

Method Summary
static TransactionFactory buildTransactionFactory(Properties transactionProps)
          Obtain a TransactionFactory with the transaction handling strategy specified by the given Properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildTransactionFactory

public static TransactionFactory buildTransactionFactory(Properties transactionProps)
                                                  throws HibernateException
Obtain a TransactionFactory with the transaction handling strategy specified by the given Properties.

Parameters:
transactionProps - transaction properties
Returns:
TransactionFactory
Throws:
HibernateException