java.lang.Object | |||
↳ | org.springframework.aop.support.AbstractPointcutAdvisor | ||
↳ | org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor | ||
↳ | org.springframework.cache.interceptor.BeanFactoryCacheDefinitionSourceAdvisor |
Advisor driven by a CacheDefinitionSource
, used to include a
transaction advice bean for methods that are transactional.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Set the cache operation attribute source which is used to find cache
attributes.
| |||||||||||
Set the
ClassFilter to use for this pointcut. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Set the cache operation attribute source which is used to find cache attributes. This should usually be identical to the source reference set on the cache interceptor itself.
Set the ClassFilter
to use for this pointcut.
Default is TRUE
.