Interface RetryTaskLogMessageMapper
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<RetryTaskLogMessage>,com.baomidou.mybatisplus.core.mapper.Mapper<RetryTaskLogMessage>
@Mapper
public interface RetryTaskLogMessageMapper
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<RetryTaskLogMessage>
重试日志异常信息记录表 Mapper 接口
- Since:
- 2023-06-16
- Author:
- opensnail
-
Method Summary
Modifier and TypeMethodDescriptionintinsertBatch(List<RetryTaskLogMessage> list) intupdateBatch(List<RetryTaskLogMessage> list) 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
-
updateBatch
-