public class Neo4jItemReader<T> extends AbstractNeo4jItemReader<T>
Extensions of the AbstractNeo4jItemReader
.
logger
page, pageSize, results
Constructor and Description |
---|
Neo4jItemReader() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Iterator<T> |
doPageRead()
Method this
ItemStreamReader delegates to
for the actual work of reading a page. |
afterPropertiesSet, generateLimitCypherQuery, getParameterValues, getSessionFactory, getTargetType, setMatchStatement, setOrderByStatement, setParameterValues, setReturnStatement, setSessionFactory, setStartStatement, setTargetType, setWhereStatement
doClose, doOpen, doRead, jumpToItem, setPageSize
close, getCurrentItemCount, isSaveState, open, read, setCurrentItemCount, setMaxItemCount, setSaveState, update
getExecutionContextKey, setExecutionContextName, setName
protected java.util.Iterator<T> doPageRead()
AbstractPaginatedDataItemReader
ItemStreamReader
delegates to
for the actual work of reading a page. Each time
this method is called, the resulting Iterator
should contain the items read within the next page.
Iterator
is empty or null when it is
returned, this ItemReader
will assume that the
input has been exhausted.doPageRead
in class AbstractPaginatedDataItemReader<T>
Iterator
containing the items within a page.