public interface ModelRepository
| Modifier and Type | Method and Description |
|---|---|
Long |
countByModelTypeAndCreatedBy(int modelType,
String createdBy) |
void |
delete(Model model) |
List<Model> |
findByKeyAndType(String key,
Integer modelType) |
List<Model> |
findByModelType(Integer modelType,
String sort) |
List<Model> |
findByModelTypeAndFilter(Integer modelType,
String filter,
String sort) |
List<Model> |
findByParentModelId(String parentModelId) |
Model |
get(String id) |
void |
save(Model model) |
Copyright © 2018 Flowable. All rights reserved.