Package | Description |
---|---|
org.springframework.batch.item.database |
Infrastructure implementations of database based item readers and writers.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanPropertyItemSqlParameterSourceProvider<T>
A convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean properties
that correspond to names used for parameters in the SQL statement.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcBatchItemWriter.setItemSqlParameterSourceProvider(ItemSqlParameterSourceProvider<T> itemSqlParameterSourceProvider)
Public setter for the
ItemSqlParameterSourceProvider . |
Copyright © 2014 Pivotal. All rights reserved.