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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Assert that mandatory properties are set.
voidsetPreparedStatementSetter(PreparedStatementSetter preparedStatementSetter)
Set the PreparedStatementSetter to use if any parameter values that need to be set in the supplied query.
voidsetRowMapper(RowMapper rowMapper)
Set the RowMapper to be used for all calls to read().
voidsetSql(String sql)
Set the SQL statement to be used when creating the cursor.