Uses of Interface
org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor

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.jpa package. 
 

Uses of MergedBeanDefinitionPostProcessor in org.springframework.beans.factory.annotation
 

Classes in org.springframework.beans.factory.annotation that implement MergedBeanDefinitionPostProcessor
 class AutowiredAnnotationBeanPostProcessor
          BeanPostProcessor implementation that autowires annotated fields, setter methods and arbitrary config methods.
 class InitDestroyAnnotationBeanPostProcessor
          BeanPostProcessor implementation 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 CommonAnnotationBeanPostProcessor
          BeanPostProcessor implementation that supports common Java annotations out of the box, in particular the JSR-250 annotations in the javax.annotation package.
 

Uses of MergedBeanDefinitionPostProcessor in org.springframework.orm.jpa.support
 

Classes in org.springframework.orm.jpa.support that implement MergedBeanDefinitionPostProcessor
 class PersistenceAnnotationBeanPostProcessor
          BeanPostProcessor that processes PersistenceUnit and PersistenceContext annotations, for injection of the corresponding JPA resources EntityManagerFactory and EntityManager.
 



Copyright © 2002-2008 The Spring Framework.