Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.transaction.JNDITransactionManagerLookup
public abstract class JNDITransactionManagerLookup
extends java.lang.Object
implements TransactionManagerLookup
TransactionManagerLookup
where the
underlying TransactionManager
is available via JNDI lookup at the
specified location - getName()
.
Method Summary | |
protected abstract String |
|
Object |
|
TransactionManager |
|
protected abstract String getName()
Get the JNDI namespace under wich we can locate theTransactionManager
.
- Returns:
- The
TransactionManager
JNDI namespace
public Object getTransactionIdentifier(Transaction transaction)
- Specified by:
- getTransactionIdentifier in interface TransactionManagerLookup
public TransactionManager getTransactionManager(Properties props) throws HibernateException
- Specified by:
- getTransactionManager in interface TransactionManagerLookup