Generated by
JDiff

Class org.springframework.transaction.interceptor.TransactionAspectSupport

Added Methods
Object invokeWithinTransaction(Method, Class, InvocationCallback) General delegate for around-advice-based subclasses, delegating to several other template methods on this class.
 

Changed Methods
TransactionInfo createTransactionIfNecessary(Method, Class) Now deprecated.
in favor of {@link #createTransactionIfNecessary(PlatformTransactionManager, TransactionAttribute, String)}