Example usage for Java org.springframework.batch.item.database JdbcPagingItemReader fields, constructors, methods, implement or subclass
The text is from its open source code.
void | afterPropertiesSet() Check mandatory properties. |
void | open(ExecutionContext executionContext) |
void | setDataSource(DataSource dataSource) |
void | setFetchSize(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. |
void | setParameterValues(Map The parameter values to be used for the query execution. |
void | setQueryProvider(PagingQueryProvider queryProvider) A PagingQueryProvider . |
void | setRowMapper(RowMapper The row mapper implementation to be used by this reader. |