@Service public class SysConfigServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysConfigMapper,SysConfig> implements SysConfigService
| 构造器和说明 |
|---|
SysConfigServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkConfigKeyUnique(SysConfig config) |
void |
clearConfigCache()
清空参数缓存数据
|
int |
deleteConfigByIds(Long[] configIds) |
void |
loadingConfigCache()
加载参数缓存数据
|
void |
resetConfigCache() |
Object |
selectConfigByKey(String configKey) |
com.baomidou.mybatisplus.core.metadata.IPage<SysConfig> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysConfig> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysConfig> query) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, 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, updateByIdpublic com.baomidou.mybatisplus.core.metadata.IPage<SysConfig> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysConfig> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysConfig> query)
selectListPage 在接口中 SysConfigServicepublic int deleteConfigByIds(Long[] configIds)
deleteConfigByIds 在接口中 SysConfigServicepublic void resetConfigCache()
resetConfigCache 在接口中 SysConfigServicepublic void clearConfigCache()
clearConfigCache 在接口中 SysConfigServicepublic void loadingConfigCache()
loadingConfigCache 在接口中 SysConfigServicepublic boolean checkConfigKeyUnique(SysConfig config)
checkConfigKeyUnique 在接口中 SysConfigServicepublic Object selectConfigByKey(String configKey)
selectConfigByKey 在接口中 SysConfigServiceCopyright © 2023. All rights reserved.