Uses of Class
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
Packages that use AbstractTransactionManagementConfiguration Package Description org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.org.springframework.transaction.aspectj Uses of AbstractTransactionManagementConfiguration in org.springframework.transaction.annotation
Subclasses of AbstractTransactionManagementConfiguration in org.springframework.transaction.annotation Modifier and Type Class Description class
ProxyTransactionManagementConfiguration
@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
Subclasses of AbstractTransactionManagementConfiguration in org.springframework.transaction.aspectj Modifier and Type Class Description class
AspectJJtaTransactionManagementConfiguration
@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
AspectJTransactionManagementConfiguration
@Configuration
class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's ownTransactional
annotation.