public final class JDBCTransactionFactory extends Object implements TransactionFactory
JDBCTransaction
instances.TransactionFactory.Context
Constructor and Description |
---|
JDBCTransactionFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
areCallbacksLocalToHibernateTransactions()
Are all transaction callbacks local to Hibernate Transactions?
Or can the callbacks originate from some other source (e.g.
|
void |
configure(Properties props)
Configure from the given properties.
|
Transaction |
createTransaction(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext)
Begin a transaction and return the associated Transaction instance.
|
ConnectionReleaseMode |
getDefaultReleaseMode()
Get the default connection release mode.
|
boolean |
isTransactionInProgress(JDBCContext jdbcContext,
TransactionFactory.Context transactionContext,
Transaction transaction)
Determine whether an underlying transaction is in progress.
|
boolean |
isTransactionManagerRequired()
Do we require access to the JTA TransactionManager for
this strategy?
|
public ConnectionReleaseMode getDefaultReleaseMode()
getDefaultReleaseMode
in interface TransactionFactory
public Transaction createTransaction(JDBCContext jdbcContext, TransactionFactory.Context transactionContext) throws HibernateException
createTransaction
in interface TransactionFactory
jdbcContext
- The jdbc context to which the transaction belongstransactionContext
- The contract regarding the context in which this transaction will operate.HibernateException
- Indicates a problem generating a transaction instancepublic void configure(Properties props) throws HibernateException
configure
in interface TransactionFactory
props
- The configuration properties.HibernateException
- Indicates a problem configuring this factory.public boolean isTransactionManagerRequired()
isTransactionManagerRequired
in interface TransactionFactory
public boolean areCallbacksLocalToHibernateTransactions()
areCallbacksLocalToHibernateTransactions
in interface TransactionFactory
Transaction
; false otherwise.public boolean isTransactionInProgress(JDBCContext jdbcContext, TransactionFactory.Context transactionContext, Transaction transaction)
isTransactionInProgress
in interface TransactionFactory
jdbcContext
- The JDBC contexttransactionContext
- The transaction contexttransaction
- The Hibernate transactionCopyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved