|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibatis.dao.client.template.DaoTemplate
com.ibatis.dao.client.template.SqlMapDaoTemplate
com.ibatis.jpetstore.persistence.sqlmapdao.BaseSqlMapDao
com.ibatis.jpetstore.persistence.sqlmapdao.ProductSqlMapDao
public class ProductSqlMapDao
Nested Class Summary | |
---|---|
static class |
ProductSqlMapDao.ProductSearch
|
Field Summary |
---|
Fields inherited from class com.ibatis.jpetstore.persistence.sqlmapdao.BaseSqlMapDao |
---|
PAGE_SIZE |
Fields inherited from class com.ibatis.dao.client.template.DaoTemplate |
---|
daoManager |
Constructor Summary | |
---|---|
ProductSqlMapDao(com.ibatis.dao.client.DaoManager daoManager)
|
Method Summary | |
---|---|
Product |
getProduct(String productId)
|
com.ibatis.common.util.PaginatedList |
getProductListByCategory(String categoryId)
|
com.ibatis.common.util.PaginatedList |
searchProductList(String keywords)
|
Methods inherited from class com.ibatis.dao.client.template.SqlMapDaoTemplate |
---|
delete, executeBatch, getSqlMapExecutor, getSqlMapTransactionManager, insert, queryForList, queryForList, queryForMap, queryForMap, queryForObject, queryForObject, queryForPaginatedList, queryWithRowHandler, startBatch, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProductSqlMapDao(com.ibatis.dao.client.DaoManager daoManager)
Method Detail |
---|
public com.ibatis.common.util.PaginatedList getProductListByCategory(String categoryId)
getProductListByCategory
in interface ProductDao
public Product getProduct(String productId)
getProduct
in interface ProductDao
public com.ibatis.common.util.PaginatedList searchProductList(String keywords)
searchProductList
in interface ProductDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |