Added builder for JdbcCursorItemReader

This provides a builder for the JdbcCursorItemReader to simplify java
configuration.

Resolves BATCH-2555
This commit is contained in:
Michael Minella
2016-11-18 09:18:26 -06:00
parent a6f7ad3373
commit a75b067ebc
6 changed files with 808 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
</property>
</bean>
<bean id="pss" class="org.springframework.batch.core.resource.ListPreparedStatementSetter" scope="step">
<bean id="pss" class="org.springframework.batch.item.database.support.ListPreparedStatementSetter" scope="step">
<property name="parameters">
<list>
<value>#{jobParameters['min.id']}</value>