Class Neo4jItemReader<T>

    • Constructor Detail

      • Neo4jItemReader

        public Neo4jItemReader()
    • Method Detail

      • doPageRead

        protected java.util.Iterator<T> doPageRead()
        Description copied from class: AbstractPaginatedDataItemReader
        Method this 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.

        If the Iterator is empty or null when it is returned, this ItemReader will assume that the input has been exhausted.
        Specified by:
        doPageRead in class AbstractPaginatedDataItemReader<T>
        Returns:
        an Iterator containing the items within a page.