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