AbstractBeansOfTypeDatabaseInitializerDetector
Base class for DatabaseInitializerDetectors that detect database initializer beans by type.
Author
Andy Wilkinson
Since
2.5.0
Functions
Link copied to clipboard
Detect beans defined in the given
beanFactory
that initialize a DataSource.Link copied to clipboard
open fun detectionComplete(beanFactory: ConfigurableListableBeanFactory, dataSourceInitializerNames: Set<String>)
Callback indicating that all known
DataSourceInitializerDetectors
have been called and detection of beans that initialize a DataSource is complete.