| java.lang.Object | |||
| ↳ | org.springframework.aop.support.AbstractPointcutAdvisor | ||
| ↳ | org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor | ||
| ↳ | org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor | ||
Advisor driven by a TransactionAttributeSource, used to include
a transaction advice bean for methods that are transactional.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.core.Ordered
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Set the
ClassFilter to use for this pointcut. | |||||||||||
Set the transaction attribute source which is used to find transaction
attributes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
| |||||||||||
From class
org.springframework.aop.support.AbstractPointcutAdvisor
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.aop.Advisor
| |||||||||||
From interface
org.springframework.aop.PointcutAdvisor
| |||||||||||
From interface
org.springframework.beans.factory.BeanFactoryAware
| |||||||||||
From interface
org.springframework.core.Ordered
| |||||||||||
Set the ClassFilter to use for this pointcut.
Default is TRUE.
Set the transaction attribute source which is used to find transaction attributes. This should usually be identical to the source reference set on the transaction interceptor itself.