BATCH-850: finished the section on JdbcPagingItemReader

This commit is contained in:
trisberg
2008-10-10 00:28:21 +00:00
parent 8ab4a9197e
commit 302d014839

View File

@@ -1608,7 +1608,7 @@
scenes when additional rows are needed. </para>
<para>Below is an example configuration using a similar 'customer
credit' example as the JDBC reader above:</para>
credit' example as the cursor based ItemReaders above:</para>
<programlisting><![CDATA[ <bean id="itemReader"
class="org.springframework.batch.item.database.JdbcPagingItemReader">
@@ -1623,7 +1623,7 @@
</property>
<property name="parameterValues">
<map>
<entry key=":status" value="NEW"/>
<entry key="status" value="NEW"/>
</map>
</property>
<property name="pageSize" value="10"/>