public interface DependsOnDatabaseInitializationDetector
META-INF/spring.factories
under the key
org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector
.Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
detect(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Detect beans defined in the given
beanFactory that depend on database
initialization. |
java.util.Set<java.lang.String> detect(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
beanFactory
that depend on database
initialization. If no beans are detected, an empty set is returned.beanFactory
- bean factory to examine