Java org.springframework.transaction.interceptor TransactionInterceptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.interceptor TransactionInterceptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.interceptor TransactionInterceptor.

The text is from its open source code.

Subclass

org.springframework.transaction.interceptor.TransactionInterceptor has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetBeanFactory(@Nullable BeanFactory beanFactory)
Set the BeanFactory to use for retrieving PlatformTransactionManager beans.
voidsetTransactionAttributeSource(@Nullable TransactionAttributeSource transactionAttributeSource)
Set the transaction attribute source which is used to find transaction attributes.
voidsetTransactionManager(@Nullable TransactionManager transactionManager)
Specify the default transaction manager to use to drive transactions.