public class ProductReaderPreparedStatementSetter
extends java.lang.Object
implements org.springframework.jdbc.core.PreparedStatementSetter
Modifier and Type | Field and Description |
---|---|
private int |
productId |
private int |
shopId |
Constructor and Description |
---|
ProductReaderPreparedStatementSetter(int shopId) |
ProductReaderPreparedStatementSetter(int shopId,
int productId) |
Modifier and Type | Method and Description |
---|---|
int |
getProductId() |
int |
getShopId() |
void |
setValues(java.sql.PreparedStatement ps) |