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
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 HibernateException
-
- Throws:
HibernateException
getUserTransactionName
public String getUserTransactionName()
-
getTransactionIdentifier
public Object getTransactionIdentifier(Transaction transaction)
-
Copyright 2001-2014, Terracotta, Inc.