类 ConfigServiceImpl
java.lang.Object
com.baomidou.mybatisplus.extension.repository.AbstractRepository<M,T>
com.baomidou.mybatisplus.extension.repository.CrudRepository<M,T>
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<IConfigMapper,SysConfig>
com.hengyi.xbaseweb.config.service.impl.ConfigServiceImpl
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.repository.IRepository<SysConfig>,com.baomidou.mybatisplus.extension.service.IService<SysConfig>,IConfigService
@Service
public class ConfigServiceImpl
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<IConfigMapper,SysConfig>
implements IConfigService
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.repository.CrudRepository
baseMapper从类继承的字段 com.baomidou.mybatisplus.extension.repository.AbstractRepository
log从接口继承的字段 com.baomidou.mybatisplus.extension.repository.IRepository
DEFAULT_BATCH_SIZE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean删除配置findByCode(String code) 查询配置获取多个配置获取配置<T> T获取配置 自定义返回类型boolean写入配置void加载配置到缓存boolean更新配置booleanupdateBatch(List<SysConfig> sysConfigList) 批量更新配置booleanupdateValue(String code, String value) 设置值从类继承的方法 com.baomidou.mybatisplus.extension.repository.CrudRepository
getBaseMapper, getSqlStatement, saveBatch, saveOrUpdateBatch, updateBatchById从类继承的方法 com.baomidou.mybatisplus.extension.repository.AbstractRepository
executeBatch, executeBatch, getEntityClass, getMap, getMapperClass, getObj, getOne, getOneOpt, getSqlSessionFactory, removeById, saveOrUpdate从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.extension.repository.IRepository
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, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateById从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService
removeBatchByIds, saveBatch, saveOrUpdateBatch, updateBatchById
-
构造器详细资料
-
ConfigServiceImpl
public ConfigServiceImpl()
-
-
方法详细资料
-
insert
从接口复制的说明:IConfigService写入配置- 指定者:
insert在接口中IConfigService- 返回:
-
update
从接口复制的说明:IConfigService更新配置- 指定者:
update在接口中IConfigService- 返回:
-
updateBatch
从接口复制的说明:IConfigService批量更新配置- 指定者:
updateBatch在接口中IConfigService- 返回:
-
delete
从接口复制的说明:IConfigService删除配置- 指定者:
delete在接口中IConfigService- 返回:
-
findByCode
从接口复制的说明:IConfigService查询配置- 指定者:
findByCode在接口中IConfigService- 返回:
-
loadToCache
public void loadToCache()从接口复制的说明:IConfigService加载配置到缓存- 指定者:
loadToCache在接口中IConfigService
-
updateValue
从接口复制的说明:IConfigService设置值- 指定者:
updateValue在接口中IConfigService- 返回:
-
getValue
从接口复制的说明:IConfigService获取配置- 指定者:
getValue在接口中IConfigService- 返回:
-
getValue
从接口复制的说明:IConfigService获取配置 自定义返回类型- 指定者:
getValue在接口中IConfigService- 返回:
-
getList
从接口复制的说明:IConfigService获取多个配置- 指定者:
getList在接口中IConfigService- 返回:
-