| Package | Description |
|---|---|
| org.springframework.batch.sample.config | |
| org.springframework.batch.sample.domain.trade | |
| org.springframework.batch.sample.domain.trade.internal |
| Modifier and Type | Method and Description |
|---|---|
protected ItemReader<Trade> |
RetrySampleConfiguration.reader() |
| Modifier and Type | Method and Description |
|---|---|
void |
TradeDao.writeTrade(Trade trade) |
| Modifier and Type | Method and Description |
|---|---|
Trade |
TradeFieldSetMapper.mapFieldSet(FieldSet fieldSet) |
Trade |
TradeProcessor.process(Trade item) |
Trade |
GeneratingTradeItemReader.read() |
| Modifier and Type | Method and Description |
|---|---|
Trade |
TradeProcessor.process(Trade item) |
void |
JdbcTradeDao.writeTrade(Trade trade) |
| Modifier and Type | Method and Description |
|---|---|
void |
TradeWriter.updateTotalPrice(List<Trade> trades) |
void |
TradeWriter.write(List<? extends Trade> trades) |
void |
CustomerUpdateWriter.write(List<? extends Trade> trades) |
Copyright © 2013 SpringSource. All Rights Reserved.