Example usage for org.springframework.batch.item.database AbstractCursorItemReader subclass-usage

List of usage examples for org.springframework.batch.item.database AbstractCursorItemReader subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.database AbstractCursorItemReader subclass-usage.

Usage

From source file com.danidemi.jlubricant.springbatch.NamedJdbcCursorItemReader.java

/**
 * <p>
 * Simple item reader implementation that opens a JDBC cursor and continually retrieves the
 * next row in the ResultSet.
 * This is highly based on Spring Batch's JdbcCursorItemReader.
 * </p>