EntityManagerFactoryDependsOnPostProcessor@Deprecated public class EntityManagerFactoryDependsOnPostProcessor extends EntityManagerFactoryDependsOnPostProcessor
BeanFactoryPostProcessor that can be used to dynamically declare that all
EntityManagerFactory beans should "depend on" one or more specific beans.BeanDefinition.setDependsOn(String[])| Constructor and Description |
|---|
EntityManagerFactoryDependsOnPostProcessor(java.lang.Class<?>... dependsOn)
Deprecated.
Creates a new
EntityManagerFactoryDependsOnPostProcessor that will set up
dependencies upon beans with the given types. |
EntityManagerFactoryDependsOnPostProcessor(java.lang.String... dependsOn)
Deprecated.
Creates a new
EntityManagerFactoryDependsOnPostProcessor that will set up
dependencies upon beans with the given names. |
getOrder, postProcessBeanFactorypublic EntityManagerFactoryDependsOnPostProcessor(java.lang.String... dependsOn)
EntityManagerFactoryDependsOnPostProcessor that will set up
dependencies upon beans with the given names.dependsOn - names of the beans to depend uponpublic EntityManagerFactoryDependsOnPostProcessor(java.lang.Class<?>... dependsOn)
EntityManagerFactoryDependsOnPostProcessor that will set up
dependencies upon beans with the given types.dependsOn - types of the beans to depend upon