@Service public class SysDictServiceImpl extends ExtendServiceImpl<SysDictMapper,SysDict> implements SysDictService
baseMapper, entityClass, log, mapperClassDEFAULT_BATCH_SIZE| 构造器和说明 |
|---|
SysDictServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
SysDict |
getByCode(String dictCode)
根据字典标识查询
|
List<SysDict> |
listByCodes(String[] dictCodes)
根据字典标识数组查询对应字典集合
|
com.hccake.ballcat.common.model.domain.PageResult<SysDictPageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
SysDictQO qo)
根据QueryObject查询分页数据
|
boolean |
updateHashCode(String dictCode)
更新字典HashCode
|
currentMapperClass, currentModelClass, executeBatch, getBaseMapper, getEntityClass, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseMapper, getById, getEntityClass, list, listByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, save, saveBatch, saveBatch, saveBatchSomeColumn, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, updateBatchById, updateBatchById, updateByIdpublic com.hccake.ballcat.common.model.domain.PageResult<SysDictPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, SysDictQO qo)
queryPage 在接口中 SysDictServicepageParam - 分页参数qo - 查询参数对象public SysDict getByCode(String dictCode)
getByCode 在接口中 SysDictServicedictCode - 字典标识public List<SysDict> listByCodes(String[] dictCodes)
listByCodes 在接口中 SysDictServicedictCodes - 字典标识数组public boolean updateHashCode(String dictCode)
updateHashCode 在接口中 SysDictServicedictCode - 字典标识Copyright © 2023. All rights reserved.