Uses of Interface
org.hibernate.transaction.TransactionManagerLookup

Packages that use TransactionManagerLookup
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.testing.tm Defines a simplified JTA TransactionManager and transactional connection pool designed for use in test suite and simple usage scenarios. 
org.hibernate.transaction This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers. 
 

Uses of TransactionManagerLookup in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return TransactionManagerLookup
protected  TransactionManagerLookup SettingsFactory.createTransactionManagerLookup(Properties properties)
           
 TransactionManagerLookup Settings.getTransactionManagerLookup()
           
 

Uses of TransactionManagerLookup in org.hibernate.testing.tm
 

Classes in org.hibernate.testing.tm that implement TransactionManagerLookup
 class TransactionManagerLookupImpl
          TransactionManagerLookupImpl implementation
 

Uses of TransactionManagerLookup in org.hibernate.transaction
 

Classes in org.hibernate.transaction that implement TransactionManagerLookup
 class BESTransactionManagerLookup
          A TransactionManager lookup strategy for Borland ES.
 class BTMTransactionManagerLookup
          TransactionManager lookup strategy for BTM
 class JBossTransactionManagerLookup
          A TransactionManagerLookup lookup strategy for JBoss AS.
 class JBossTSStandaloneTransactionManagerLookup
          Return a standalone JTA transaction manager for JBoss Transactions Known to work for org.jboss.jbossts:jbossjta:4.14.0.Final
 class JNDITransactionManagerLookup
          Template implementation of TransactionManagerLookup where the underlying TransactionManager is available via JNDI lookup at the specified location - JNDITransactionManagerLookup.getName().
 class JOnASTransactionManagerLookup
          TransactionManagerLookup strategy for JOnAS
 class JOTMTransactionManagerLookup
          TransactionManagerLookup strategy for JOTM
 class JRun4TransactionManagerLookup
          TransactionManagerLookup strategy for JRun4 AS
 class OC4JTransactionManagerLookup
          TransactionManagerLookup for the OC4J (Oracle) AS.
 class OrionTransactionManagerLookup
          TransactionManagerLookup strategy for Orion
 class ResinTransactionManagerLookup
          TransactionManagerLookup strategy for Resin
 class SunONETransactionManagerLookup
          TransactionManagerLookup strategy for Sun ONE Application Server 7 and above
 class WeblogicTransactionManagerLookup
          TransactionManager lookup strategy for WebLogic
 class WebSphereExtendedJTATransactionLookup
          TransactionManagerLookup implementation intended for use with WebSphere Application Server (WAS).
 class WebSphereTransactionManagerLookup
          TransactionManagerLookup strategy for WebSphere (versions 4, 5.0 and 5.1)
 

Methods in org.hibernate.transaction that return TransactionManagerLookup
static TransactionManagerLookup TransactionManagerLookupFactory.getTransactionManagerLookup(Properties props)
          Generate the appropriate TransactionManagerLookup given the config settings being passed.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.