类 ScheduledLogServiceImpl
java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<ScheduledLogMapper,ScheduledLog>
io.github.mangocrisp.spring.taybct.module.scheduling.service.impl.ScheduledLogServiceImpl
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<ScheduledLog>
,IScheduledLogService
public class ScheduledLogServiceImpl
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<ScheduledLogMapper,ScheduledLog>
implements IScheduledLogService
针对表【scheduled_log(调度日志)】的数据库操作Service实现
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
baseMapper, entityClass, log, mapperClass, typeArguments
从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService
DEFAULT_BATCH_SIZE
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
logRecorder
(com.alibaba.fastjson2.JSONObject record) 日志记录者com.baomidou.mybatisplus.core.metadata.IPage<ScheduledLog>
分页从类继承的方法 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 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
-
构造器详细资料
-
ScheduledLogServiceImpl
public ScheduledLogServiceImpl()
-
-
方法详细资料
-
logRecorder
public void logRecorder(com.alibaba.fastjson2.JSONObject record) 从接口复制的说明:IScheduledLogService
日志记录者- 指定者:
logRecorder
在接口中IScheduledLogService
- 参数:
record
- 记录
-
page
public com.baomidou.mybatisplus.core.metadata.IPage<ScheduledLog> page(Map<String, Object> sqlQueryParams) 从接口复制的说明:IScheduledLogService
分页- 指定者:
page
在接口中IScheduledLogService
- 参数:
sqlQueryParams
- sql 查询参数- 返回:
- 分页
-