org.hibernate.transaction
Class WeblogicTransactionManagerLookup
- TransactionManagerLookup
public final class WeblogicTransactionManagerLookup
TransactionManager lookup strategy for WebLogic
protected String | getName()
|
String | getUserTransactionName() - Return the JNDI namespace of the JTA
javax.transaction.UserTransaction for this platform or null;
optional operation.
|
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.