BATCH-1083: changed docs to use rowMapper instead of parameterizedRowMapper for JdbcPagingItemReader
This commit is contained in:
@@ -2217,13 +2217,13 @@
|
||||
</map>
|
||||
</property>
|
||||
<property name="pageSize" value="1000"/>
|
||||
<property name="parameterizedRowMapper" ref="customerMapper"/>
|
||||
<property name="rowMapper" ref="customerMapper"/>
|
||||
</bean>
|
||||
</programlisting>
|
||||
|
||||
<para>This configured <classname>ItemReader</classname> will return
|
||||
<classname>CustomerCredit</classname> objects using the
|
||||
<classname>ParameterizedRowMapper</classname> that must be specified.
|
||||
<classname>RowMapper</classname> that must be specified.
|
||||
The 'pageSize' property determines the number of entities read from
|
||||
the database for each query execution.</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user