From 5f5843c469d58e89dbbb856613a91b96f5301c38 Mon Sep 17 00:00:00 2001 From: lucasward Date: Mon, 10 Mar 2008 19:38:34 +0000 Subject: [PATCH] BATCH-335 and BATCH-316: As part of the documentation efforts of RC1, the DrivingQueryItemReader has had javadoc updates. Specifically, the MultipleColumnJdbcKeyGenerator, which has been a source of confusion, has had it's javadocs beefed up. The KeyGenerator interface was also renamed to KeyCollector. The issue was raised that it's not actually generating keys, but rather collecting them from the database. --- spring-batch-samples/src/main/resources/jobs/ibatisJob.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-samples/src/main/resources/jobs/ibatisJob.xml b/spring-batch-samples/src/main/resources/jobs/ibatisJob.xml index c636f81ff..972d7ca93 100644 --- a/spring-batch-samples/src/main/resources/jobs/ibatisJob.xml +++ b/spring-batch-samples/src/main/resources/jobs/ibatisJob.xml @@ -41,7 +41,7 @@ + class="org.springframework.batch.item.database.support.IbatisKeyCollector">