Fix incorrect reference to SimpleJdbcTemplate in reference documentation
Resolves #4197
This commit is contained in:
@@ -137,7 +137,7 @@ public class JdbcBatchItemWriter<T> implements ItemWriter<T>, InitializingBean {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check mandatory properties - there must be a SimpleJdbcTemplate and an SQL
|
||||
* Check mandatory properties - there must be a NamedParameterJdbcOperations and an SQL
|
||||
* statement plus a parameter source.
|
||||
*/
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user