BATCH-377: A PreparedStatement can now be set on JdbcCursorItemReader. Also created a JobParametersPreparedStatementSetter, that when registered as a StepListener will set the values on a prepared statement with values from a PreparedStatement.

This commit is contained in:
lucasward
2008-03-21 04:11:52 +00:00
parent bb42725f3f
commit 198002d191
2 changed files with 32 additions and 7 deletions

View File

@@ -25,4 +25,5 @@ public class JdbcCursorItemReaderIntegrationTests extends AbstractDataSourceItem
return result;
}
}