Generated by
JDiff

Class org.springframework.transaction.interceptor.TransactionAspectSupport

Changed Methods
Object invokeWithinTransaction(Method, Class<?>, InvocationCallback) Change in signature from (Method, Class, InvocationCallback) to (Method, Class<?>, InvocationCallback).
General delegate for around-advice-based subclasses, delegating to several other template methods on this class.
TransactionInfo createTransactionIfNecessary(Method, Class<?>) Change in signature from (Method, Class) to (Method, Class<?>).
in favor of {@link #createTransactionIfNecessary(PlatformTransactionManager, TransactionAttribute, String)}
String methodIdentification(Method, Class<?>) Change in signature from (Method, Class) to (Method, Class<?>).
Convenience method to return a String representation of this Method for use in logging.