Uses of Class
org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
Packages that use AspectJTransactionManagementConfiguration Package Description org.springframework.transaction.aspectj Uses of AspectJTransactionManagementConfiguration in org.springframework.transaction.aspectj
Subclasses of AspectJTransactionManagementConfiguration in org.springframework.transaction.aspectj Modifier and Type Class Description classAspectJJtaTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for the JTA 1.2Transactionalannotation in addition to Spring's ownTransactionalannotation.