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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Check mandatory properties.
voidopen(ExecutionContext executionContext)
voidsetDataSource(DataSource dataSource)
voidsetFetchSize(int fetchSize)
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
voidsetParameterValues(Map parameterValues)
The parameter values to be used for the query execution.
voidsetQueryProvider(PagingQueryProvider queryProvider)
A PagingQueryProvider .
voidsetRowMapper(RowMapper rowMapper)
The row mapper implementation to be used by this reader.