datareader « Batch « Spring Q&A





1. Spring batch datareader returns extra null object on end of collection of read items?    stackoverflow.com

I'm using Spring batch - using datareaders to load up lists of items. For each of my readers, they all return an extra null object on the end of the list. ...