Uses of Class
org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
Packages that use AbstractBeanFactoryAwareAdvisingPostProcessor
Package
Description
Annotation support for DAOs.
Java 5 annotation for asynchronous method execution.
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
-
Uses of AbstractBeanFactoryAwareAdvisingPostProcessor in org.springframework.dao.annotation
Modifier and TypeClassDescriptionclassBean post-processor that automatically applies persistence exception translation to any bean marked with Spring's @Repositoryannotation, adding a correspondingPersistenceExceptionTranslationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces). -
Uses of AbstractBeanFactoryAwareAdvisingPostProcessor in org.springframework.scheduling.annotation
Subclasses of AbstractBeanFactoryAwareAdvisingPostProcessor in org.springframework.scheduling.annotationModifier and TypeClassDescriptionclassBean post-processor that automatically applies asynchronous invocation behavior to any bean that carries theAsyncannotation at class or method-level by adding a correspondingAsyncAnnotationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces). -
Uses of AbstractBeanFactoryAwareAdvisingPostProcessor in org.springframework.validation.beanvalidation
Subclasses of AbstractBeanFactoryAwareAdvisingPostProcessor in org.springframework.validation.beanvalidationModifier and TypeClassDescriptionclassA convenientBeanPostProcessorimplementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.