当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
SunONETransactionManagerLookup (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.transaction
Class SunONETransactionManagerLookup
java.lang.Object
   org.hibernate.transaction.JNDITransactionManagerLookup
org.hibernate.transaction.JNDITransactionManagerLookup
       org.hibernate.transaction.SunONETransactionManagerLookup
org.hibernate.transaction.SunONETransactionManagerLookup
- All Implemented Interfaces: 
- TransactionManagerLookup
- public class SunONETransactionManagerLookup- extends JNDITransactionManagerLookup
TransactionManager lookup strategy for Sun ONE Application Server 7 and above
- Author:
- Robert Davidson, Sanjeev Krishnan, Emmanuel Bernard
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SunONETransactionManagerLookup
public SunONETransactionManagerLookup()
getName
protected String getName()
- 
- Specified by:
- getNamein class- JNDITransactionManagerLookup
 
- 
 
getUserTransactionName
public String getUserTransactionName()
- Description copied from interface: TransactionManagerLookup
- Return the JNDI name of the JTA UserTransaction
 or null (optional operation).
 
-