| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.transaction.JNDITransactionManagerLookuppublic abstract class JNDITransactionManagerLookupextends java.lang.Objectimplements TransactionManagerLookupTransactionManagerLookup 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
TransactionManagerJNDI 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