| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MergedBeanDefinitionPostProcessor | |
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| org.springframework.orm.jpa.support | Classes supporting the org.springframework.orm.jpapackage. | 
| Uses of MergedBeanDefinitionPostProcessor in org.springframework.beans.factory.annotation | 
|---|
| Classes in org.springframework.beans.factory.annotation that implement MergedBeanDefinitionPostProcessor | |
|---|---|
|  class | AutowiredAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that autowires annotated fields, setter methods and arbitrary config methods. | 
|  class | InitDestroyAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that invokes annotated init and destroy methods. | 
| Uses of MergedBeanDefinitionPostProcessor in org.springframework.context.annotation | 
|---|
| Classes in org.springframework.context.annotation that implement MergedBeanDefinitionPostProcessor | |
|---|---|
|  class | CommonAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that supports common Java annotations out of the box, in particular the JSR-250
 annotations in thejavax.annotationpackage. | 
| Uses of MergedBeanDefinitionPostProcessor in org.springframework.orm.jpa.support | 
|---|
| Classes in org.springframework.orm.jpa.support that implement MergedBeanDefinitionPostProcessor | |
|---|---|
|  class | PersistenceAnnotationBeanPostProcessorBeanPostProcessor that processes PersistenceUnitandPersistenceContextannotations, for injection of
 the corresponding JPA resourcesEntityManagerFactoryandEntityManager. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||