JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.mybatis.jpetstore.mapper
Interface CategoryMapper
public interface
CategoryMapper
The Interface CategoryMapper.
Author:
Eduardo Macarron
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Category
getCategory
(
String
categoryId)
List
<
Category
>
getCategoryList
()
Method Details
getCategoryList
List
<
Category
>
getCategoryList
()
getCategory
Category
getCategory
(
String
categoryId)