Derives from the TransactionAspectSupport class which contains the integration with Spring's underlying transaction API. TransactionInterceptor simply calls the relevant superclass methods such as TransactionInterceptor.createTransactionIfNecessary in the correct order.
TransactionInterceptors are thread-safe. author: Rod Johnsonauthor: Juergen HoellerSee Also: TransactionProxyFactoryBeanSee Also: org.springframework.aop.framework.ProxyFactoryBeanSee Also: org.springframework.aop.framework.ProxyFactory
Transaction manager and transaction attributes still need to be set. See Also: TransactionInterceptor.setTransactionManagerSee Also: TransactionInterceptor.setTransactionAttributes(java.util.Properties)See Also: TransactionInterceptor.setTransactionAttributeSource(TransactionAttributeSource)