Example usage for org.springframework.batch.item.data AbstractPaginatedDataItemReader subclass-usage

List of usage examples for org.springframework.batch.item.data AbstractPaginatedDataItemReader subclass-usage

Introduction

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

Usage

From source file org.springframework.batch.item.data.AbstractNeo4jItemReader.java

/**
 * <p>
 * Restartable {@link ItemReader} that reads objects from the graph database Neo4j
 * via a paging technique.
 * </p>
 *