| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPointcutAdvisor | |
|---|---|
| org.springframework.aop.aspectj | AspectJ integration package. | 
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. | 
| org.springframework.aop.support | Convenience classes for using Spring's AOP API. | 
| org.springframework.dao.annotation | Annotation support for DAOs. | 
| org.springframework.transaction.interceptor | AOP-based solution for declarative transaction demarcation. | 
| Uses of AbstractPointcutAdvisor in org.springframework.aop.aspectj | 
|---|
| Subclasses of AbstractPointcutAdvisor in org.springframework.aop.aspectj | |
|---|---|
|  class | AspectJExpressionPointcutAdvisorSpring 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.annotation | |
|---|---|
| protected static class | ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisorSynthetic advisor that instantiates the aspect. | 
| Uses of AbstractPointcutAdvisor in org.springframework.aop.support | 
|---|
| Subclasses of AbstractPointcutAdvisor in org.springframework.aop.support | |
|---|---|
|  class | AbstractBeanFactoryPointcutAdvisorAbstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory. | 
|  class | AbstractGenericPointcutAdvisorAbstract generic PointcutAdvisor that allows for any Advice to be configured. | 
|  class | DefaultBeanFactoryPointcutAdvisorConcrete 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 | DefaultPointcutAdvisorConvenient Pointcut-driven Advisor implementation. | 
|  class | NameMatchMethodPointcutAdvisorConvenient class for name-match method pointcuts that hold an Advice, making them an Advisor. | 
|  class | RegexpMethodPointcutAdvisorConvenient class for regexp method pointcuts that hold an Advice, making them an Advisor. | 
| Uses of AbstractPointcutAdvisor in org.springframework.dao.annotation | 
|---|
| Subclasses of AbstractPointcutAdvisor in org.springframework.dao.annotation | |
|---|---|
|  class | PersistenceExceptionTranslationAdvisorSpring AOP exception translation aspect for use at Repository or DAO layer level. | 
| Uses of AbstractPointcutAdvisor in org.springframework.transaction.interceptor | 
|---|
| Subclasses of AbstractPointcutAdvisor in org.springframework.transaction.interceptor | |
|---|---|
|  class | BeanFactoryTransactionAttributeSourceAdvisorAdvisor driven by a TransactionAttributeSource, used to include
 a transaction advice bean for methods that are transactional. | 
|  class | TransactionAttributeSourceAdvisorAdvisor driven by a TransactionAttributeSource, used to include
 aTransactionInterceptoronly for methods that are transactional. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||