当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
OrionTransactionManagerLookup (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.transaction
Class OrionTransactionManagerLookup
java.lang.Object
   org.hibernate.transaction.JNDITransactionManagerLookup
org.hibernate.transaction.JNDITransactionManagerLookup
       org.hibernate.transaction.OrionTransactionManagerLookup
org.hibernate.transaction.OrionTransactionManagerLookup
- All Implemented Interfaces: 
- TransactionManagerLookup
- public class OrionTransactionManagerLookup- extends JNDITransactionManagerLookup
TransactionManager lookup strategy for Orion
- Author:
- Gavin King
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OrionTransactionManagerLookup
public OrionTransactionManagerLookup()
getName
protected String getName()
- 
- Specified by:
- getNamein 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).
 
-