IN PROGRESS - BATCH-971: add database writers to iosample

migrate ibatisJob to iosamples
fixed AbstractPagingItemReader to reset its state on close()
This commit is contained in:
robokaso
2008-12-17 16:31:13 +00:00
parent c98903793a
commit 194cc1db69
8 changed files with 50 additions and 88 deletions

View File

@@ -111,7 +111,9 @@ public abstract class AbstractPagingItemReader<T> extends AbstractItemCountingIt
protected void doClose() throws Exception {
initialized = false;
current = 0;
page = 0;
results = null;
}