org.hibernate.transaction
Class BTMTransactionManagerLookup
java.lang.Object
org.hibernate.transaction.BTMTransactionManagerLookup
- All Implemented Interfaces:
- org.hibernate.transaction.TransactionManagerLookup
public class BTMTransactionManagerLookup
- extends Object
- implements org.hibernate.transaction.TransactionManagerLookup
TransactionManager lookup strategy for BTM
- Author:
- Ludovic Orban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BTMTransactionManagerLookup
public BTMTransactionManagerLookup()
getTransactionManager
public TransactionManager getTransactionManager(Properties props)
throws org.hibernate.HibernateException
-
- Specified by:
getTransactionManager
in interface org.hibernate.transaction.TransactionManagerLookup
- Throws:
org.hibernate.HibernateException
getUserTransactionName
public String getUserTransactionName()
-
- Specified by:
getUserTransactionName
in interface org.hibernate.transaction.TransactionManagerLookup
getTransactionIdentifier
public Object getTransactionIdentifier(Transaction transaction)
-
- Specified by:
getTransactionIdentifier
in interface org.hibernate.transaction.TransactionManagerLookup