| 类 | 说明 |
|---|---|
| DefaultTransactionDefinition | |
| RuleBasedTransactionDefinition |
TransactionAttribute implementation that works out whether a given exception
should cause transaction rollback by applying a number of rollback rules,
both positive and negative.
|
| RuleBasedTransactionDefinition.NoRollbackRuleAttribute |
Tag subclass of
RuleBasedTransactionDefinition.RollbackRuleAttribute that has the opposite behavior
to the RollbackRuleAttribute superclass. |
| RuleBasedTransactionDefinition.RollbackRuleAttribute |
Rule determining whether or not a given exception (and any subclasses)
should cause a rollback.
|
Copyright © 2021. All rights reserved.