Interface JobTaskBatchMapper
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<JobTaskBatch>,com.baomidou.mybatisplus.core.mapper.Mapper<JobTaskBatch>
@Mapper
public interface JobTaskBatchMapper
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<JobTaskBatch>
调度任务 Mapper 接口
- Since:
- 2023-09-24
- Author:
- opensnail
-
Method Summary
Modifier and TypeMethodDescriptionselectJobBatchListByIds(com.baomidou.mybatisplus.core.conditions.Wrapper<JobTaskBatch> wrapper) selectJobBatchPageList(com.baomidou.mybatisplus.core.metadata.IPage<JobTaskBatch> iPage, com.baomidou.mybatisplus.core.conditions.Wrapper<JobTaskBatch> wrapper) selectJobBatchSummaryList(com.baomidou.mybatisplus.core.conditions.Wrapper<JobTaskBatch> wrapper) selectWorkflowTaskBatchSummaryList(com.baomidou.mybatisplus.core.conditions.Wrapper<WorkflowTaskBatch> wrapper) 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
-
selectJobBatchPageList
List<JobBatchResponseDO> selectJobBatchPageList(com.baomidou.mybatisplus.core.metadata.IPage<JobTaskBatch> iPage, @Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<JobTaskBatch> wrapper) -
selectJobBatchListByIds
List<JobBatchResponseDO> selectJobBatchListByIds(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<JobTaskBatch> wrapper) -
selectJobBatchSummaryList
List<JobBatchSummaryResponseDO> selectJobBatchSummaryList(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<JobTaskBatch> wrapper) -
selectWorkflowTaskBatchSummaryList
List<JobBatchSummaryResponseDO> selectWorkflowTaskBatchSummaryList(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<WorkflowTaskBatch> wrapper)
-