AbstractBeansOfTypeDatabaseInitializerDetector

Base class for DatabaseInitializerDetectors that detect database initializer beans by type.

Author

Andy Wilkinson

Since

2.5.0

Constructors

constructor()

Properties

Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647

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.
Link copied to clipboard
open fun getOrder(): Int
abstract fun getOrder(): Int