BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user