spring-framework / org.springframework.transaction.aspectj / AspectJTransactionManagementConfiguration

AspectJTransactionManagementConfiguration

@Configuration open class AspectJTransactionManagementConfiguration : AbstractTransactionManagementConfiguration

@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management.

Author
Chris Beams

Since
3.1

See Also
EnableTransactionManagementTransactionManagementConfigurationSelector

Constructors

<init>

AspectJTransactionManagementConfiguration()

@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management.

Functions

transactionAspect

open fun transactionAspect(): AnnotationTransactionAspect