public interface ModelDataManager extends DataManager<ModelEntity>
| Modifier and Type | Method and Description |
|---|---|
long |
findModelCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findModelCountByQueryCriteria(ModelQueryImpl query) |
List<Model> |
findModelsByNativeQuery(Map<String,Object> parameterMap) |
List<Model> |
findModelsByQueryCriteria(ModelQueryImpl query) |
List<Model> findModelsByQueryCriteria(ModelQueryImpl query)
long findModelCountByQueryCriteria(ModelQueryImpl query)
Copyright © 2018 Flowable. All rights reserved.