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

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

Uses of RollbackExceptionContribution in net.sourceforge.hivetranse.transaction
 

Methods in net.sourceforge.hivetranse.transaction that return RollbackExceptionContribution
 RollbackExceptionContribution[] TransactionSettingsContribution.getRollbackExceptionContributions()
           
 

Methods in net.sourceforge.hivetranse.transaction with parameters of type RollbackExceptionContribution
 void TransactionSettingsContribution.addRollbackExceptionContribution(RollbackExceptionContribution contribution)