The Spring Framework

Uses of Class
org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter

Packages that use InstantiationAwareBeanPostProcessorAdapter
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
org.springframework.scripting.support Support classes for Spring's scripting package. 
 

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

Subclasses of InstantiationAwareBeanPostProcessorAdapter in org.springframework.beans.factory.annotation
 class RequiredAnnotationBeanPostProcessor
          A BeanFactoryPostProcessor implementation that ensures that JavaBean properties on beans that are marked with an (arbitrary) Annotation are actually (configured to be) dependency-injected with a value.
 

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

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

Uses of InstantiationAwareBeanPostProcessorAdapter in org.springframework.scripting.support
 

Subclasses of InstantiationAwareBeanPostProcessorAdapter in org.springframework.scripting.support
 class ScriptFactoryPostProcessor
          BeanPostProcessor that handles ScriptFactory definitions, replacing each factory with the actual scripted Java object generated by it.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.