- java.lang.Object
-
- org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
-
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanFactoryPostProcessor
- Direct Known Subclasses:
- FlywayAutoConfiguration.FlywayJpaDependencyConfiguration, LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration
public class EntityManagerFactoryDependsOnPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
BeanFactoryPostProcessor that can be used to dynamically declare that all
EntityManagerFactory beans should "depend on" a specific bean.
- Since:
- 1.1.0
- Author:
- Marcel Overdijk, Dave Syer, Phillip Webb
- See Also:
BeanDefinition.setDependsOn(String[])
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.