| Advisor driven by a TransactionAttributeSource, used to exclude
a TransactionInterceptor from methods that are non-transactional.
Because the AOP framework caches advice calculations, this is normally
faster than just letting the TransactionInterceptor run and find out
itself that it has no work to do.
author: Rod Johnson author: Juergen Hoeller See Also: TransactionInterceptor See Also: TransactionProxyFactoryBean |