| org.springframework.beans.factory.BeanFactoryAware
All known Subclasses: org.springframework.scripting.support.ScriptFactoryPostProcessor, org.springframework.beans.factory.config.PropertyPlaceholderConfigurer, org.springframework.beans.factory.config.PropertyPathFactoryBean, org.springframework.beans.factory.config.MethodInvokingFactoryBean, org.springframework.aop.framework.ProxyFactoryBean, org.springframework.aop.scope.ScopedProxyFactoryBean, org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor, org.springframework.beans.factory.config.AbstractFactoryBean, org.springframework.beans.factory.config.BeanReferenceFactoryBean, org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor, org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory, org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor, org.springframework.beans.factory.wiring.BeanConfigurerSupport, org.springframework.aop.config.MethodLocatingFactoryBean, org.springframework.transaction.interceptor.TransactionProxyFactoryBean, org.springframework.dao.support.PersistenceExceptionTranslationInterceptor, org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup, org.springframework.orm.hibernate.HibernateAccessor, org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator, org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator, org.springframework.orm.hibernate.HibernateTransactionManager, org.springframework.jmx.export.MBeanExporter, org.springframework.orm.hibernate3.HibernateTransactionManager, org.springframework.orm.hibernate3.HibernateAccessor, org.springframework.beans.factory.config.ServiceLocatorFactoryBean, org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean, org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean, org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource,
BeanFactoryAware | public interface BeanFactoryAware (Code) | | Interface to be implemented by beans that wish to be aware of their
owning
BeanFactory .
For example, beans can look up collaborating beans via the factory
(Dependency Lookup). Note that most beans will choose to receive references
to collaborating beans via corresponding bean properties or constructor
arguments (Dependency Injection).
For a list of all bean lifecycle methods, see the
BeanFactory BeanFactory javadocs .
author: Rod Johnson since: 11.03.2003 See Also: BeanNameAware See Also: BeanClassLoaderAware See Also: InitializingBean See Also: org.springframework.context.ApplicationContextAware |
|
|