所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<ScheduledLog>, com.baomidou.mybatisplus.core.mapper.Mapper<ScheduledLog>

public interface ScheduledLogMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<ScheduledLog>
针对表【scheduled_log(调度日志)】的数据库操作Mapper
另请参阅:
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    因为记录日志是不会知道是哪个租户的,所以这里插入操作是可以直接指定插入到哪个租户里面的

    从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById
  • 方法详细资料

    • insert

      @InterceptorIgnore(tenantLine="true") int insert(ScheduledLog entity)
      因为记录日志是不会知道是哪个租户的,所以这里插入操作是可以直接指定插入到哪个租户里面的
      指定者:
      insert 在接口中 com.baomidou.mybatisplus.core.mapper.BaseMapper<ScheduledLog>
      参数:
      entity - 日志实体
      返回:
      int