net.sf.ehcache.hibernate
Class EhcacheJtaTransactionManagerLookup
java.lang.Object
  
net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup
      
net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup
- All Implemented Interfaces: 
 - TransactionManagerLookup
 
public class EhcacheJtaTransactionManagerLookup
- extends DefaultTransactionManagerLookup
- implements org.hibernate.transaction.TransactionManagerLookup
  
Hibernate TransactionManagerLookup which also is a Ehcache transaction manager lookup.
- Author:
 
  - Ludovic Orban
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EhcacheJtaTransactionManagerLookup
public EhcacheJtaTransactionManagerLookup()
- Construct a new transaction manager lookup.
 
getTransactionManager
public TransactionManager getTransactionManager(Properties properties)
                                         throws org.hibernate.HibernateException
- 
 
- Throws:
 org.hibernate.HibernateException
 
 
getUserTransactionName
public String getUserTransactionName()
- 
 
 
 
getTransactionIdentifier
public Object getTransactionIdentifier(Transaction transaction)
- 
 
 
 
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.