Class AspectJJtaTransactionManagementConfiguration

All Implemented Interfaces:
Aware, ImportAware

@Configuration @Role(2) public class AspectJJtaTransactionManagementConfiguration extends AspectJTransactionManagementConfiguration
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for the JTA 1.2 Transactional annotation in addition to Spring's own Transactional annotation.
Since:
5.1
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • AspectJJtaTransactionManagementConfiguration

      public AspectJJtaTransactionManagementConfiguration()
  • Method Details

    • jtaTransactionAspect

      @Bean(name="org.springframework.transaction.config.internalJtaTransactionAspect") @Role(2) public org.springframework.transaction.aspectj.JtaAnnotationTransactionAspect jtaTransactionAspect()