public final class TransactionFactoryFactory
extends java.lang.Object
TransactionFactory
instances.Modifier and Type | Method and Description |
---|---|
static TransactionFactory |
buildTransactionFactory(java.util.Properties transactionProps)
Create an appropriate transaction factory based on the given configuration
properties.
|
public static TransactionFactory buildTransactionFactory(java.util.Properties transactionProps) throws HibernateException
transactionProps
- transaction propertiesHibernateException
- Indicates a problem creating the appropriate
transaction factory.Copyright © 2013. All Rights Reserved.