com.ibatis.jpetstore.persistence.iface
Interface CategoryDao

All Known Implementing Classes:
CategorySqlMapDao

public interface CategoryDao


Method Summary
 Category getCategory(String categoryId)
           
 List getCategoryList()
           
 

Method Detail

getCategoryList

public List getCategoryList()

getCategory

public Category getCategory(String categoryId)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.