BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section.

This commit is contained in:
lucasward
2008-03-10 21:30:35 +00:00
parent df8b49d779
commit f032e68efb

View File

@@ -37,7 +37,7 @@
class="org.springframework.batch.item.database.IbatisDrivingQueryItemReader">
<property name="detailsQueryId" value="getCustomerCreditById" />
<property name="sqlMapClient" ref="sqlMapClient" />
<property name="keyGenerator" ref="ibatisKeyGenerator" />
<property name="keyCollector" ref="ibatisKeyGenerator" />
</bean>
<bean id="ibatisKeyGenerator"