Generated by
JDiff

Class org.springframework.transaction.interceptor.TransactionAspectSupport

Changed Methods
TransactionInfo createTransactionIfNecessary(Method, Class) Documentation changed from old to new.
Create a transaction if necessary, based on the given method and class.
String methodIdentification(Method) Documentation changed from old to new.
in favor of {@link #methodIdentification(Method, Class)}
String methodIdentification(Method, Class) Documentation changed from old to new.
Convenience method to return a String representation of this Method for use in logging.