public interface DependsOnDataSourceInitializationDetector
DataSource initialization. Implementations should
be registered in META-INF/spring.factories under the key
org.springframework.boot.jdbc.init.DependsOnDataSourceInitializationDetector.| 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
DataSource initialization. |
java.util.Set<java.lang.String> detect(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
beanFactory that depend on
DataSource initialization. If no beans are detected, an empty set is
returned.beanFactory - bean factory to examineDataSource initialization