spring-framework / org.springframework.transaction.annotation / ProxyTransactionManagementConfiguration

ProxyTransactionManagementConfiguration

@Configuration open class ProxyTransactionManagementConfiguration : AbstractTransactionManagementConfiguration

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

Author
Chris Beams

Since
3.1

See Also
EnableTransactionManagementTransactionManagementConfigurationSelector

Constructors

<init>

ProxyTransactionManagementConfiguration()

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

Functions

transactionAdvisor

open fun transactionAdvisor(): BeanFactoryTransactionAttributeSourceAdvisor

transactionAttributeSource

open fun transactionAttributeSource(): TransactionAttributeSource

transactionInterceptor

open fun transactionInterceptor(): TransactionInterceptor