public interface ResolverManager
| 限定符和类型 | 字段和说明 |
|---|---|
static ResolverManager |
ins |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(BatchDataResolver resolver) |
ResolverQuery |
createQuery() |
BatchDataResolver |
get(Long id) |
List<BatchDataResolverItem> |
getResolverItemss(Long id) |
void |
remove(Long id) |
void |
removeByBatchId(Long id) |
void |
removeByGroupId(String groupId) |
void |
removeByProjectId(Long id) |
void |
update(BatchDataResolver resolver) |
static final ResolverManager ins
BatchDataResolver get(Long id)
void add(BatchDataResolver resolver)
void update(BatchDataResolver resolver)
void remove(Long id)
void removeByBatchId(Long id)
void removeByProjectId(Long id)
void removeByGroupId(String groupId)
List<BatchDataResolverItem> getResolverItemss(Long id)
ResolverQuery createQuery()
Copyright © 2023 Bstek. All rights reserved.