Interface ModelRepository
-
- All Known Implementing Classes:
ModelRepositoryImpl
public interface ModelRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongcountByModelTypeAndCreatedBy(int modelType, String createdBy)voiddelete(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)Modelget(String id)voidsave(Model model)
-