Uses of Interface
org.springframework.aop.PointcutAdvisor
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 PointcutAdvisor in org.springframework.aop.aspectj
Modifier and TypeInterfaceDescriptioninterface
Interface to be implemented by Spring AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy.Modifier and TypeClassDescriptionclass
Spring AOP Advisor that can be used for any AspectJ pointcut expression.class
-
Uses of PointcutAdvisor in org.springframework.aop.aspectj.annotation
Modifier and TypeClassDescriptionprotected static class
Synthetic advisor that instantiates the aspect. -
Uses of PointcutAdvisor in org.springframework.aop.support
Modifier and TypeClassDescriptionclass
Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.class
Abstract genericPointcutAdvisor
that allows for anyAdvice
to be configured.class
Abstract base class forPointcutAdvisor
implementations.class
Concrete 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.class
Convenient Pointcut-driven Advisor implementation.class
Convenient class for name-match method pointcuts that hold an Advice, making them an Advisor.class
Convenient class for regexp method pointcuts that hold an Advice, making them anAdvisor
.class
Convenient base class for Advisors that are also static pointcuts. -
Uses of PointcutAdvisor in org.springframework.cache.interceptor
Modifier and TypeClassDescriptionclass
Advisor driven by aCacheOperationSource
, used to include a cache advice bean for methods that are cacheable. -
Uses of PointcutAdvisor in org.springframework.cache.jcache.interceptor
Modifier and TypeClassDescriptionclass
Advisor driven by aJCacheOperationSource
, used to include a cache advice bean for methods that are cacheable. -
Uses of PointcutAdvisor in org.springframework.dao.annotation
Modifier and TypeClassDescriptionclass
Spring AOP exception translation aspect for use at Repository or DAO layer level. -
Uses of PointcutAdvisor in org.springframework.scheduling.annotation
Modifier and TypeClassDescriptionclass
Advisor that activates asynchronous method execution through theAsync
annotation. -
Uses of PointcutAdvisor in org.springframework.transaction.interceptor
Modifier and TypeClassDescriptionclass
Advisor driven by aTransactionAttributeSource
, used to include a transaction advice bean for methods that are transactional.class
Advisor driven by aTransactionAttributeSource
, used to include aTransactionInterceptor
only for methods that are transactional.