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 TypeClassDescriptionclassBeanFactoryPostProcessorthat can be used to dynamically declare that allEntityManagerFactorybeans should "depend on" one or more specific beans.