Removed warnings from AggregateItemReaderTests

This commit is contained in:
dsyer
2008-07-28 11:03:01 +00:00
parent e9d2d90764
commit d52603fb46
6 changed files with 391 additions and 302 deletions

View File

@@ -29,6 +29,8 @@ import org.springframework.batch.sample.domain.trade.CustomerCredit;
public class CustomerCreditUpdatePreparedStatementSetter implements ItemPreparedStatementSetter<CustomerCredit> {
public static final BigDecimal FIXED_AMOUNT = new BigDecimal(1000);
public static final String QUERY = "UPDATE CUSTOMER SET CREDIT=? WHERE ID=?";
/* (non-Javadoc)
* @see org.springframework.batch.io.support.ItemPreparedStatementSetter#setValues(java.lang.Object, java.sql.PreparedStatement)