Uses of Class
org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Packages that use AbstractDependsOnBeanFactoryPostProcessor
Package
Description
Auto-configuration for Spring Data Mongo.
Auto-configuration for JPA and Spring ORM.
-
Uses of AbstractDependsOnBeanFactoryPostProcessor in org.springframework.boot.autoconfigure.data.mongo
Subclasses of AbstractDependsOnBeanFactoryPostProcessor in org.springframework.boot.autoconfigure.data.mongoModifier and TypeClassDescriptionclass
BeanFactoryPostProcessor
to automatically set up the recommendeddependsOn
configuration for Mongo clients when used embedded Mongo.class
BeanFactoryPostProcessor
to automatically set up the recommendeddependsOn
configuration for Mongo clients when used embedded Mongo. -
Uses of AbstractDependsOnBeanFactoryPostProcessor in org.springframework.boot.autoconfigure.orm.jpa
Subclasses of AbstractDependsOnBeanFactoryPostProcessor in org.springframework.boot.autoconfigure.orm.jpaModifier and TypeClassDescriptionclass
BeanFactoryPostProcessor
that can be used to dynamically declare that allEntityManagerFactory
beans should "depend on" one or more specific beans.