当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
JNDITransactionManagerLookup (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.transaction
Class JNDITransactionManagerLookup
java.lang.Object
   org.hibernate.transaction.JNDITransactionManagerLookup
org.hibernate.transaction.JNDITransactionManagerLookup
- All Implemented Interfaces: 
- TransactionManagerLookup
- Direct Known Subclasses: 
- BESTransactionManagerLookup, JBossTransactionManagerLookup, JRun4TransactionManagerLookup, OC4JTransactionManagerLookup, OrionTransactionManagerLookup, ResinTransactionManagerLookup, SunONETransactionManagerLookup, WeblogicTransactionManagerLookup
- public abstract class JNDITransactionManagerLookup- extends Object- implements TransactionManagerLookup
Locates a TransactionManager in JNDI.
- Author:
- Gavin King
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
JNDITransactionManagerLookup
public JNDITransactionManagerLookup()
getTransactionManager
public TransactionManager getTransactionManager(Properties props)
                                         throws HibernateException
- Description copied from interface: TransactionManagerLookup
- Obtain the JTA TransactionManager
 
- 
- Specified by:
- getTransactionManagerin interface- TransactionManagerLookup
 
- 
- Throws:
- HibernateException
- See Also:
- TransactionManagerLookup.getTransactionManager(java.util.Properties)
 
getName
protected abstract String getName()
- 
 
-