public class Neo4j4ItemReader<T> extends AbstractNeo4jItemReader
Extensions of the AbstractNeo4jItemReader intended for use with versions of
Spring Data Neo4J > 4. Conversions of the results are done using logic based on the
target type.
loggerpage, pageSize, results| Constructor and Description |
|---|
Neo4j4ItemReader() |
| 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, getTargetType, getTemplate, setMatchStatement, setOrderByStatement, setParameterValues, setReturnStatement, setStartStatement, setTargetType, setTemplate, setWhereStatementdoClose, doOpen, doRead, jumpToItem, setPageSizeclose, getCurrentItemCount, isSaveState, open, read, setCurrentItemCount, setMaxItemCount, setSaveState, updategetExecutionContextKey, setExecutionContextName, setNameprotected java.util.Iterator<T> doPageRead()
AbstractPaginatedDataItemReaderItemStreamReader 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 AbstractPaginatedDataItemReaderIterator containing the items within a page.