Uses of Class
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
Package
Description
Spring's support for annotation-based transaction demarcation.
AspectJ-based transaction management support.
-
Uses of AbstractTransactionManagementConfiguration in org.springframework.transaction.annotation
Modifier and TypeClassDescriptionclass
@Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management. -
Uses of AbstractTransactionManagementConfiguration in org.springframework.transaction.aspectj
Modifier and TypeClassDescriptionclass
@Configuration
class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for the JTA 1.2Transactional
annotation in addition to Spring's ownTransactional
annotation.class
@Configuration
class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's ownTransactional
annotation.