public interface ProcessLogDao extends com.whitestein.lsps.common.BasicDao<ProcessLog,Long>
ProcessLog
Modifier and Type | Method and Description |
---|---|
int |
deleteByModelInstanceId(Set<Long> modelInstanceIds)
Deletes all
ProcessLog s of model instance with given id. |
List<ProcessLog> |
findByModelInstanceId(long modelInstanceId)
Finds
ProcessLog s by the model instance id. |
List<ProcessLog> findByModelInstanceId(long modelInstanceId)
ProcessLog
s by the model instance id. The result is ordered
by the element indexes.modelInstanceId
- ProcessLog
sint deleteByModelInstanceId(Set<Long> modelInstanceIds)
ProcessLog
s of model instance with given id.modelInstanceIds
- ids of model instances to deleteCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.