@Autowired open fun setDataSource(dataSource: DataSource): Unit
Set the DataSource, typically provided via Dependency Injection.
DataSource
This method also instantiates the #jdbcTemplate instance variable.
#jdbcTemplate