类 LogServiceImpl
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.repository.IRepository<SysLog>,com.baomidou.mybatisplus.extension.service.IService<SysLog>,ILogService
@Service
public class LogServiceImpl
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<LogMapper,SysLog>
implements ILogService
系统日志实现服务
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.repository.CrudRepository
baseMapper从类继承的字段 com.baomidou.mybatisplus.extension.repository.AbstractRepository
log从接口继承的字段 com.baomidou.mybatisplus.extension.repository.IRepository
DEFAULT_BATCH_SIZE -
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
构造器详细资料
-
LogServiceImpl
public LogServiceImpl()
-
-
方法详细资料
-
addLog
从接口复制的说明:ILogService添加日志- 指定者:
addLog在接口中ILogService
-
batchDelete
从接口复制的说明:ILogService批量删除- 指定者:
batchDelete在接口中ILogService- 返回:
-
clearLog
public boolean clearLog(com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<SysLog> queryWrapper) 从接口复制的说明:ILogService清空日志- 指定者:
clearLog在接口中ILogService- 返回:
-