Uses of Class
org.springframework.transaction.interceptor.RollbackRuleAttribute
Packages that use RollbackRuleAttribute Package Description org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.Uses of RollbackRuleAttribute in org.springframework.transaction.interceptor
Subclasses of RollbackRuleAttribute in org.springframework.transaction.interceptor Modifier and Type Class Description classNoRollbackRuleAttributeTag subclass ofRollbackRuleAttributethat has the opposite behavior to theRollbackRuleAttributesuperclass.Fields in org.springframework.transaction.interceptor declared as RollbackRuleAttribute Modifier and Type Field Description static RollbackRuleAttributeRollbackRuleAttribute. ROLLBACK_ON_RUNTIME_EXCEPTIONSTherollback ruleforRuntimeExceptions.Methods in org.springframework.transaction.interceptor that return types with arguments of type RollbackRuleAttribute Modifier and Type Method Description List<RollbackRuleAttribute>RuleBasedTransactionAttribute. getRollbackRules()Return the list ofRollbackRuleAttributeobjects (nevernull).Method parameters in org.springframework.transaction.interceptor with type arguments of type RollbackRuleAttribute Modifier and Type Method Description voidRuleBasedTransactionAttribute. setRollbackRules(List<RollbackRuleAttribute> rollbackRules)Set the list ofRollbackRuleAttributeobjects (and/orNoRollbackRuleAttributeobjects) to apply.Constructor parameters in org.springframework.transaction.interceptor with type arguments of type RollbackRuleAttribute Constructor Description RuleBasedTransactionAttribute(int propagationBehavior, List<RollbackRuleAttribute> rollbackRules)Create a new DefaultTransactionAttribute with the given propagation behavior.