接口 ISysDictService
- 所有超级接口:
io.github.mangocrisp.spring.taybct.tool.core.bean.service.IBaseService<SysDict>
,com.baomidou.mybatisplus.extension.service.IService<SysDict>
- 所有已知实现类:
SysDictServiceImpl
public interface ISysDictService
extends io.github.mangocrisp.spring.taybct.tool.core.bean.service.IBaseService<SysDict>
针对表【sys_dict(字典)】的数据库操作Service
- 另请参阅:
-
字段概要
从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService
DEFAULT_BATCH_SIZE
-
方法概要
从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.service.IBaseService
customizeGetById, customizeList, customizeList, customizePage, customizePage, customizeQueryPage, customizeQueryPage, customizeQueryWrapper, customizeQueryWrapper, customizeRemoveById, customizeRemoveByIds, customizeSave, customizeSaveBatch, customizeUpdateBatchById, customizeUpdateById, mergeQueryExpansion, queryExpansion, removeExpansion, saveExpansion
从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService
count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
-
方法详细资料
-
cache
获取字典并存缓存- 参数:
dictCode
- 字典类型(多个)- 返回:
- 字典(集合)
-
cleanCache
清除缓存- 参数:
dictCodes
- 需要清除缓存的字典 code
-