All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<RetryTask>, com.baomidou.mybatisplus.core.mapper.Mapper<RetryTask>

public interface RetryTaskMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<RetryTask>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     

    Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById
  • Method Details

    • insertBatch

      int insertBatch(@Param("list") List<RetryTask> list)
    • updateBatchNextTriggerAtById

      int updateBatchNextTriggerAtById(@Param("partition") Integer partition, @Param("list") List<RetryTask> list)