Java org.springframework.batch.item.database JdbcBatchItemWriter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.item.database JdbcBatchItemWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.item.database JdbcBatchItemWriter.

The text is from its open source code.

Subclass

org.springframework.batch.item.database.JdbcBatchItemWriter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
Check mandatory properties - there must be a SimpleJdbcTemplate and an SQL statement plus a parameter source.
voidsetAssertUpdates(boolean assertUpdates)
Public setter for the flag that determines whether an assertion is made that all items cause at least one row to be updated.
voidsetDataSource(DataSource dataSource)
Public setter for the data source for injection purposes.
voidsetItemSqlParameterSourceProvider( ItemSqlParameterSourceProvider itemSqlParameterSourceProvider)
Public setter for the ItemSqlParameterSourceProvider .
voidsetSql(String sql)
Public setter for the query string to execute on write.