Uses of Class
org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Packages that use AbstractDependsOnBeanFactoryPostProcessor
Package
Description
Base Auto-configuration for JPA and Spring ORM.
-
Uses of AbstractDependsOnBeanFactoryPostProcessor in org.springframework.boot.jpa.autoconfigure
Subclasses of AbstractDependsOnBeanFactoryPostProcessor in org.springframework.boot.jpa.autoconfigureModifier and TypeClassDescriptionclass
BeanFactoryPostProcessor
that can be used to dynamically declare that allEntityManagerFactory
beans should "depend on" one or more specific beans.