站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

TransactionFactoryFactory (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.transaction
Class TransactionFactoryFactory

java.lang.Object
  extended byorg.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