Uses of Interface
net.sourceforge.hivetranse.transaction.TransactionService

Packages that use TransactionService
net.sourceforge.hivetranse.transaction This is the main package for generic transaction handling under HiveMind. 
net.sourceforge.hivetranse.transaction.hibernate3 This is the main package for Hibernate-specific transaction handling under HiveMind. 
net.sourceforge.hivetranse.transaction.jdbc This is the main package for JDBC-specific transaction handling under HiveMind. 
 

Uses of TransactionService in net.sourceforge.hivetranse.transaction
 

Classes in net.sourceforge.hivetranse.transaction that implement TransactionService
 class AbstractTransactionService
          Base class for every actual implementation of TransactionService.
 

Constructors in net.sourceforge.hivetranse.transaction with parameters of type TransactionService
TransactionInterceptorFactory(org.apache.commons.logging.Log logger, TransactionService manager, java.util.List defaults)
           
 

Uses of TransactionService in net.sourceforge.hivetranse.transaction.hibernate3
 

Classes in net.sourceforge.hivetranse.transaction.hibernate3 that implement TransactionService
 class HibernateTransactionService
          Service managing Hibernate sessions & transactions, without JTA.
 

Constructors in net.sourceforge.hivetranse.transaction.hibernate3 with parameters of type TransactionService
SessionProxyFactory(org.apache.commons.logging.Log logger, SessionFactoryBuilder builder, TransactionService txService)
           
 

Uses of TransactionService in net.sourceforge.hivetranse.transaction.jdbc
 

Classes in net.sourceforge.hivetranse.transaction.jdbc that implement TransactionService
 class JdbcTransactionService
          Service managing JDBC transactions.
 

Constructors in net.sourceforge.hivetranse.transaction.jdbc with parameters of type TransactionService
ConnectionProxyFactory(TransactionService txService)