Uses of Class
org.mybatis.jpetstore.domain.Category
Packages that use Category
Package
Description
-
Uses of Category in org.mybatis.jpetstore.mapper
Methods in org.mybatis.jpetstore.mapper that return CategoryMethods in org.mybatis.jpetstore.mapper that return types with arguments of type Category -
Uses of Category in org.mybatis.jpetstore.service
Methods in org.mybatis.jpetstore.service that return CategoryMethods in org.mybatis.jpetstore.service that return types with arguments of type Category -
Uses of Category in org.mybatis.jpetstore.web.actions
Methods in org.mybatis.jpetstore.web.actions that return CategoryMethods in org.mybatis.jpetstore.web.actions that return types with arguments of type CategoryMethods in org.mybatis.jpetstore.web.actions with parameters of type CategoryModifier and TypeMethodDescriptionvoidCatalogActionBean.setCategory(Category category) Sets the category.Method parameters in org.mybatis.jpetstore.web.actions with type arguments of type CategoryModifier and TypeMethodDescriptionvoidCatalogActionBean.setCategoryList(List<Category> categoryList) Sets the category list.