org.hibernate.transaction
Class ResinTransactionManagerLookup
java.lang.Object
org.hibernate.transaction.JNDITransactionManagerLookup
org.hibernate.transaction.ResinTransactionManagerLookup
- All Implemented Interfaces:
- TransactionManagerLookup
- public class ResinTransactionManagerLookup
- extends JNDITransactionManagerLookup
TransactionManager lookup strategy for Resin
- Author:
- Aapo Laakkonen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResinTransactionManagerLookup
public ResinTransactionManagerLookup()
getName
protected String getName()
- Specified by:
getName
in class JNDITransactionManagerLookup
- See Also:
JNDITransactionManagerLookup.getName()
getUserTransactionName
public String getUserTransactionName()
- Description copied from interface:
TransactionManagerLookup
- Return the JNDI name of the JTA UserTransaction
or null (optional operation).