org.hibernate.transaction
Class JBossTransactionManagerLookup
- TransactionManagerLookup
public final class JBossTransactionManagerLookup
protected String | getName()- Get the JNDI namespace under wich we can locate the
TransactionManager.
|
String | getUserTransactionName()- Return the JNDI namespace of the JTA
javax.transaction.UserTransaction for this platform or null;
optional operation.
|
getName
protected String getName()
Get the JNDI namespace under wich we can locate the TransactionManager.
- getName in interface JNDITransactionManagerLookup
- The
TransactionManager JNDI namespace
getUserTransactionName
public String getUserTransactionName()
Return the JNDI namespace of the JTA
javax.transaction.UserTransaction for this platform or null;
optional operation.
- getUserTransactionName in interface TransactionManagerLookup
- The JNDI namespace where we can locate the
javax.transaction.UserTransaction for this platform.