public interface ModelHistoryRepository
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ModelHistory modelHistory) |
List<ModelHistory> |
findByModelId(String modelId) |
List<ModelHistory> |
findByModelTypAndCreatedBy(String createdBy,
Integer modelType) |
ModelHistory |
get(String id) |
void |
save(ModelHistory modelHistory) |
void save(ModelHistory modelHistory)
void delete(ModelHistory modelHistory)
ModelHistory get(String id)
List<ModelHistory> findByModelTypAndCreatedBy(String createdBy, Integer modelType)
List<ModelHistory> findByModelId(String modelId)
Copyright © 2018 Flowable. All rights reserved.