- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportAware
- Direct Known Subclasses:
- AspectJJtaTransactionManagementConfiguration
@Configuration
@Role(value=2)
public class AspectJTransactionManagementConfiguration
extends org.springframework.transaction.annotation.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:
EnableTransactionManagement
,
TransactionManagementConfigurationSelector
,
AspectJJtaTransactionManagementConfiguration