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

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

Introduction

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

Usage

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

/**
 * <p>
 * Extensions of the {@link AbstractNeo4jItemReader} intended for use with versions of
 * Spring Data Neo4J &lt; 4.  Conversions of the results are done using an external
 * {@link ResultConverter}.
 * </p>