Uses of Class
net.sourceforge.hivetranse.transaction.AbstractTransactionService

Packages that use AbstractTransactionService
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 AbstractTransactionService in net.sourceforge.hivetranse.transaction.hibernate3
 

Subclasses of AbstractTransactionService in net.sourceforge.hivetranse.transaction.hibernate3
 class HibernateTransactionService
          Service managing Hibernate sessions & transactions, without JTA.
 

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

Subclasses of AbstractTransactionService in net.sourceforge.hivetranse.transaction.jdbc
 class JdbcTransactionService
          Service managing JDBC transactions.