public final class

TransactionFactoryFactory

extends Object
java.lang.Object
   ↳ org.hibernate.transaction.TransactionFactoryFactory

Class Overview

Helper for creating TransactionFactory instances.

Summary

Public Methods
static TransactionFactory buildTransactionFactory(Properties transactionProps)
Create an appropriate transaction factory based on the given configuration properties.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static TransactionFactory buildTransactionFactory (Properties transactionProps)

Create an appropriate transaction factory based on the given configuration properties.

Parameters
transactionProps transaction properties
Returns
  • The appropriate transaction factory.
Throws
HibernateException Indicates a problem creating the appropriate transaction factory.