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

Packages that use MandatoryTransactionException
net.sourceforge.hivetranse.transaction This is the main package for generic transaction handling under HiveMind. 
 

Uses of MandatoryTransactionException in net.sourceforge.hivetranse.transaction
 

Methods in net.sourceforge.hivetranse.transaction that throw MandatoryTransactionException
 void TransactionService.begin(TransactionDemarcation demarcation)
          Marks the beginning of a new transaction demarcation scope.
 void AbstractTransactionService.begin(TransactionDemarcation demarcation)
           
 void TransactionService.setRollbackOnly()
          Marks the current transaction to be rolled back when it will end.