Class TradeRowMapper
- java.lang.Object
- org.springframework.batch.sample.domain.trade.internal.TradeRowMapper
Field Summary
Fields Modifier and Type Field Description static intCUSTOMER_COLUMNstatic intID_COLUMNstatic intISIN_COLUMNstatic intPRICE_COLUMNstatic intQUANTITY_COLUMNstatic intVERSION_COLUMN
Constructor Summary
Constructors Constructor Description TradeRowMapper()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrademapRow(java.sql.ResultSet rs, int rowNum)
Field Detail
ISIN_COLUMN
public static final int ISIN_COLUMN
- See Also:
- Constant Field Values
QUANTITY_COLUMN
public static final int QUANTITY_COLUMN
- See Also:
- Constant Field Values
PRICE_COLUMN
public static final int PRICE_COLUMN
- See Also:
- Constant Field Values
CUSTOMER_COLUMN
public static final int CUSTOMER_COLUMN
- See Also:
- Constant Field Values
ID_COLUMN
public static final int ID_COLUMN
- See Also:
- Constant Field Values
VERSION_COLUMN
public static final int VERSION_COLUMN
- See Also:
- Constant Field Values