public interface SchedDependMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
batchInsert(List<cn.ponfee.disjob.core.model.SchedDepend> records) |
int |
deleteByChildJobId(long parentJobId) |
int |
deleteByParentJobId(long parentJobId) |
List<cn.ponfee.disjob.core.model.SchedDepend> |
findByChildJobIds(Set<Long> childJobIds) |
List<cn.ponfee.disjob.core.model.SchedDepend> |
findByParentJobId(long parentJobId) |
int batchInsert(List<cn.ponfee.disjob.core.model.SchedDepend> records)
List<cn.ponfee.disjob.core.model.SchedDepend> findByParentJobId(long parentJobId)
List<cn.ponfee.disjob.core.model.SchedDepend> findByChildJobIds(Set<Long> childJobIds)
int deleteByParentJobId(long parentJobId)
int deleteByChildJobId(long parentJobId)
Copyright © 2023. All rights reserved.