public interface ICategoryDao
extends com.mingsoft.base.dao.IBaseDao
| 限定符和类型 | 方法和说明 |
|---|---|
int |
count(CategoryEntity category)
已过时。
|
List<CategoryEntity> |
queryBatchCategoryById(List<Integer> listId)
已过时。
|
List<CategoryEntity> |
queryByAppIdOrModelId(Integer appId,
Integer modelId)
已过时。
|
List |
queryByDictId(CategoryEntity category)
根据字典查询机构
|
List<CategoryEntity> |
queryByPageList(CategoryEntity category,
com.mingsoft.util.PageUtil page,
String orderBy,
boolean order)
已过时。
推荐query
|
List<CategoryEntity> |
queryChildren(CategoryEntity category)
查询当前分类下面的所有子分类
|
List<CategoryEntity> |
queryChilds(CategoryEntity category)
已过时。
|
alterTable, countBySQL, createTable, delete, deleteByEntity, deleteBySQL, deleteEntity, dropTable, excuteSql, getByEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryBySQL, queryCount, queryForSearchMapping, saveBatch, saveEntity, updateBySQL, updateEntityList<CategoryEntity> queryByPageList(@Param(value="category") CategoryEntity category, @Param(value="page") com.mingsoft.util.PageUtil page, @Param(value="orderBy") String orderBy, @Param(value="order") boolean order)
category - 分类实体page - pageUtil实体orderBy - 排序字段order - 排序方式true:asc false:desc@Deprecated List<CategoryEntity> queryChilds(@Param(value="category") CategoryEntity category)
category - 分类实体@Deprecated int count(@Param(value="category") CategoryEntity category)
category - 分类实体@Deprecated List<CategoryEntity> queryBatchCategoryById(@Param(value="listId") List<Integer> listId)
listId - ID集合@Deprecated List<CategoryEntity> queryByAppIdOrModelId(@Param(value="appId") Integer appId, @Param(value="modelId") Integer modelId)
appId - 应用编号modelId - 模块编号List<CategoryEntity> queryChildren(CategoryEntity category)
category - 必须存在categoryId categoryParentIdList queryByDictId(CategoryEntity category)
category - Copyright © 2018. All rights reserved.