Package org.mybatis.jpetstore.mapper
Interface ProductMapper
public interface ProductMapper
The Interface ProductMapper.
- Author:
- Eduardo Macarron
-
Method Summary
Modifier and TypeMethodDescriptiongetProduct(String productId) getProductListByCategory(String categoryId) searchProductList(String keywords)
-
Method Details
-
getProductListByCategory
-
getProduct
-
searchProductList
-