additional parameterization of KeyCollector

This commit is contained in:
robokaso
2008-07-23 12:16:50 +00:00
parent d737ddb797
commit 5ad331312a
10 changed files with 13 additions and 14 deletions

View File

@@ -44,8 +44,9 @@ public class CustomerCreditUpdatePreparedStatementSetterTests {
credit.setCredit(new BigDecimal(12000));
credit.setName("foo");
}
/**
* Test method for {@link org.springframework.batch.sample.item.writer.CustomerCreditUpdatePreparedStatementSetter#setValues(java.lang.Object, java.sql.PreparedStatement)}.
* Test method for {@link org.springframework.batch.sample.item.writer.CustomerCreditUpdatePreparedStatementSetter#setValues(CustomerCredit, PreparedStatement) }
* @throws SQLException
*/
@Test