Uses of Package
net.sourceforge.hivetranse.transaction

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

Classes in net.sourceforge.hivetranse.transaction used by net.sourceforge.hivetranse.transaction
AbstractTransactionService.Context
           
AbstractTransactionService.TransactionObject
           
ForbiddenTransactionException
          Thrown by TransactionService implementations when a transaction currently exists but the current context does not allow any.
MandatoryTransactionException
          Thrown by TransactionService implementations when a transaction is currently required but does not exist in the current context.
RollbackExceptionContribution
          Represents a configuration parameter to the Transaction Interceptor configured for a service.
TransactionContribution
          Represents a configuration parameter to the Transaction Interceptor configured for a service.
TransactionDemarcation
          Defines the transaction demarcation for an executable scope (method of a service).
TransactionEventListener
          Listener interface for TransactionService-related events.
TransactionException
          Thrown by TransactionService implementations when transaction management fails.
TransactionService
          General interface for a Transaction managing service.
 

Classes in net.sourceforge.hivetranse.transaction used by net.sourceforge.hivetranse.transaction.hibernate3
AbstractTransactionService
          Base class for every actual implementation of TransactionService.
TransactionService
          General interface for a Transaction managing service.
 

Classes in net.sourceforge.hivetranse.transaction used by net.sourceforge.hivetranse.transaction.jdbc
AbstractTransactionService
          Base class for every actual implementation of TransactionService.
TransactionService
          General interface for a Transaction managing service.