Uses of Class
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
Packages that use AbstractTransactionManagementConfiguration
Package
Description
Spring's support for annotation-based transaction demarcation.
AspectJ-based transaction management support.
- 
Uses of AbstractTransactionManagementConfiguration in org.springframework.transaction.annotationSubclasses of AbstractTransactionManagementConfiguration in org.springframework.transaction.annotationModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.
- 
Uses of AbstractTransactionManagementConfiguration in org.springframework.transaction.aspectjModifier and TypeClassDescriptionclass@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.class@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's ownTransactionalannotation.