public interface BatchManager
| 限定符和类型 | 字段和说明 |
|---|---|
static BatchManager |
ins |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Batch batch) |
BatchQuery |
createQuery() |
Batch |
get(Long id) |
void |
remove(Long id) |
void |
removeByGroupId(String groupId) |
void |
removeByProjectId(Long id) |
void |
update(Batch batch) |
void |
updateStatus(Long batchId,
BatchStatus status) |
static final BatchManager ins
void add(Batch batch)
void update(Batch batch)
void remove(Long id)
void removeByProjectId(Long id)
void removeByGroupId(String groupId)
void updateStatus(Long batchId, BatchStatus status)
BatchQuery createQuery()
Copyright © 2023 Bstek. All rights reserved.