Class AspectJTransactionManagementConfiguration
java.lang.Object
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
- All Implemented Interfaces:
- Aware,- ImportAware
- Direct Known Subclasses:
- AspectJJtaTransactionManagementConfiguration
@Configuration
@Role(2)
public class AspectJTransactionManagementConfiguration
extends AbstractTransactionManagementConfiguration
@Configuration class that registers the Spring infrastructure beans necessary
 to enable AspectJ-based annotation-driven transaction management for Spring's own
 Transactional annotation.- Since:
- 3.1
- Author:
- Chris Beams, Juergen Hoeller
- See Also:
- 
Field SummaryFields inherited from class org.springframework.transaction.annotation.AbstractTransactionManagementConfigurationenableTx, txManager
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.transaction.aspectj.AnnotationTransactionAspectMethods inherited from class org.springframework.transaction.annotation.AbstractTransactionManagementConfigurationsetImportMetadata, transactionalEventListenerFactory
- 
Constructor Details- 
AspectJTransactionManagementConfigurationpublic AspectJTransactionManagementConfiguration()
 
- 
- 
Method Details- 
transactionAspect
 
-