Uses of Class
org.springframework.batch.item.data.builder.Neo4jItemReaderBuilder
Package
Description
Builders for Spring Data item readers and writers.
-
Uses of Neo4jItemReaderBuilder in org.springframework.batch.item.data.builder
Modifier and TypeMethodDescriptionNeo4jItemReaderBuilder.currentItemCount
(int currentItemCount) Deprecated.Index for the current item.Neo4jItemReaderBuilder.matchStatement
(String matchStatement) Deprecated.An optional match fragment of the cypher query.Neo4jItemReaderBuilder.maxItemCount
(int maxItemCount) Deprecated.Configure the max number of items to be read.Deprecated.The name used to calculate the key within theExecutionContext
.Neo4jItemReaderBuilder.orderByStatement
(String orderByStatement) Deprecated.A list of properties to order the results by.Neo4jItemReaderBuilder.pageSize
(int pageSize) Deprecated.The number of items to be read with each page.Neo4jItemReaderBuilder.parameterValues
(Map<String, Object> parameterValues) Deprecated.Optional parameters to be used in the cypher query.Neo4jItemReaderBuilder.returnStatement
(String returnStatement) Deprecated.The return statement of the cypher query.Neo4jItemReaderBuilder.saveState
(boolean saveState) Deprecated.Configure if the state of theItemStreamSupport
should be persisted within theExecutionContext
for restart purposes.Neo4jItemReaderBuilder.sessionFactory
(org.neo4j.ogm.session.SessionFactory sessionFactory) Deprecated.Establish the session factory for the reader.Neo4jItemReaderBuilder.startStatement
(String startStatement) Deprecated.The start segment of the cypher query.Neo4jItemReaderBuilder.targetType
(Class<T> targetType) Deprecated.The object type to be returned from each call toAbstractItemCountingItemStreamItemReader.read()
Neo4jItemReaderBuilder.whereStatement
(String whereStatement) Deprecated.An optional where fragment of the cypher query.