Generated by
JDiff

Package org.springframework.transaction.annotation

Changed Classes and Interfaces
AnnotationTransactionAttributeSource Implementation of the org.springframework.transaction.interceptor.TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format.
Ejb3TransactionAnnotationParser Strategy implementation for parsing EJB3's javax.ejb.TransactionAttribute annotation.
SpringTransactionAnnotationParser Strategy implementation for parsing Spring's Transactional annotation.
TransactionManagementConfigurer Interface to be implemented by @ Configuration classes annotated with @EnableTransactionManagement that wish or need to specify explicitly the PlatformTransactionManager bean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup.