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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetAdvice(Advice advice)
Specify a particular instance of the target advice directly, avoiding lazy resolution in #getAdvice() .
voidsetTransactionAttributeSource(TransactionAttributeSource transactionAttributeSource)
Set the transaction attribute source which is used to find transaction attributes.