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

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


net.sf.hibernate.transaction
Class TransactionFactoryFactory

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