Generated by
JDiff

Package org.springframework.transaction.interceptor

Removed Classes
TransactionAspectUtils Utility methods for obtaining a PlatformTransactionManager by qualifier value.
 

Changed Classes
NoRollbackRuleAttribute Tag subclass of RollbackRuleAttribute that has the opposite behavior to the {@code RollbackRuleAttribute} superclass.
RollbackRuleAttribute Rule determining whether or not a given exception (and any subclasses) should cause a rollback.
TransactionAspectSupport Base class for transactional aspects, such as the TransactionInterceptor or an AspectJ aspect.