The corresponding setParentBeanFactory method for bean
factories that allow setting the parent in a configurable
fashion can be found in the ConfigurableBeanFactory interface.
| Method Summary | |
|---|---|
| boolean |
Return whether the local bean factory contains a bean of the given name, ignoring beans defined in ancestor contexts. |
| BeanFactory |
Return the parent bean factory, or null if there is none.
|
| Methods inherited from org.springframework.beans.factoryBeanFactory |
|---|
null if there is none.
This is an alternative to
containsBean, ignoring a bean of the given name from an ancestor bean factory.