Uses of Class
org.springframework.aop.support.AbstractPointcutAdvisor
Packages that use AbstractPointcutAdvisor
Package
Description
AspectJ integration package.
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Convenience classes for using Spring's AOP API.
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
Annotation support for DAOs.
Annotation support for asynchronous method execution.
AOP-based solution for declarative transaction demarcation.
-
Uses of AbstractPointcutAdvisor in org.springframework.aop.aspectj
Subclasses of AbstractPointcutAdvisor in org.springframework.aop.aspectjModifier and TypeClassDescriptionclassSpring AOP Advisor that can be used for any AspectJ pointcut expression. -
Uses of AbstractPointcutAdvisor in org.springframework.aop.aspectj.annotation
Subclasses of AbstractPointcutAdvisor in org.springframework.aop.aspectj.annotationModifier and TypeClassDescriptionprotected static classSynthetic advisor that instantiates the aspect. -
Uses of AbstractPointcutAdvisor in org.springframework.aop.support
Subclasses of AbstractPointcutAdvisor in org.springframework.aop.supportModifier and TypeClassDescriptionclassAbstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.classAbstract genericPointcutAdvisorthat allows for anyAdviceto be configured.classConcrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property.classConvenient Pointcut-driven Advisor implementation.classConvenient class for name-match method pointcuts that hold an Advice, making them an Advisor.classConvenient class for regexp method pointcuts that hold an Advice, making them anAdvisor. -
Uses of AbstractPointcutAdvisor in org.springframework.cache.interceptor
Subclasses of AbstractPointcutAdvisor in org.springframework.cache.interceptorModifier and TypeClassDescriptionclassAdvisor driven by aCacheOperationSource, used to include a cache advice bean for methods that are cacheable. -
Uses of AbstractPointcutAdvisor in org.springframework.cache.jcache.interceptor
Subclasses of AbstractPointcutAdvisor in org.springframework.cache.jcache.interceptorModifier and TypeClassDescriptionclassAdvisor driven by aJCacheOperationSource, used to include a cache advice bean for methods that are cacheable. -
Uses of AbstractPointcutAdvisor in org.springframework.dao.annotation
Subclasses of AbstractPointcutAdvisor in org.springframework.dao.annotationModifier and TypeClassDescriptionclassSpring AOP exception translation aspect for use at Repository or DAO layer level. -
Uses of AbstractPointcutAdvisor in org.springframework.scheduling.annotation
Subclasses of AbstractPointcutAdvisor in org.springframework.scheduling.annotationModifier and TypeClassDescriptionclassAdvisor that activates asynchronous method execution through theAsyncannotation. -
Uses of AbstractPointcutAdvisor in org.springframework.transaction.interceptor
Subclasses of AbstractPointcutAdvisor in org.springframework.transaction.interceptorModifier and TypeClassDescriptionclassAdvisor driven by aTransactionAttributeSource, used to include a transaction advice bean for methods that are transactional.classAdvisor driven by aTransactionAttributeSource, used to include aTransactionInterceptoronly for methods that are transactional.