BATCH-965: renamed batch writer to JdbcBatchItemWriter and added named parameter support, added JPA and Hibernate writers

This commit is contained in:
trisberg
2008-12-11 17:47:35 +00:00
parent 91a0df5ba7
commit e8ef2ae31d
4 changed files with 7 additions and 7 deletions

View File

@@ -135,10 +135,10 @@ Spring Batch Samples
* Batch Update ({batchUpdate})
The purpose of this sample is to show to usage of the
<<<BatchSqlUpdateItemWriter>>> to make efficient updates to a
<<<JdbcBatchItemWriter>>> to make efficient updates to a
database table.
The <<<BatchSqlUpdateItemWriter>>> accepts a special form of
The <<<JdbcBatchItemWriter>>> accepts a special form of
<<<PreparedStatementSetter>>> as a (mandatory) dependency. This is
responsible for copying fields from the item to be written to a
<<<PreparedStatement>>> matching the SQL query that has been