Package | Description |
---|---|
org.springframework.batch.item.database |
Infrastructure implementations of database based item readers and writers.
|
org.springframework.batch.item.database.support | |
org.springframework.batch.sample.domain.trade.internal |
Modifier and Type | Method and Description |
---|---|
void |
JdbcBatchItemWriter.setItemPreparedStatementSetter(ItemPreparedStatementSetter<T> preparedStatementSetter)
Public setter for the
ItemPreparedStatementSetter . |
Modifier and Type | Class and Description |
---|---|
class |
ColumnMapItemPreparedStatementSetter
Implementation of the
ItemPreparedStatementSetter interface that assumes all
keys are contained within a Map with the column name as the key. |
Modifier and Type | Class and Description |
---|---|
class |
CustomerCreditUpdatePreparedStatementSetter |
Copyright © 2014 Pivotal. All rights reserved.