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
ProcessLogs of model instance with given id. |
List<ProcessLog> |
findByModelInstanceId(long modelInstanceId)
Finds
ProcessLogs by the model instance id. |
List<ProcessLog> findByModelInstanceId(long modelInstanceId)
ProcessLogs by the model instance id. The result is ordered
by the element indexes.modelInstanceId - ProcessLogsint deleteByModelInstanceId(Set<Long> modelInstanceIds)
ProcessLogs of model instance with given id.modelInstanceIds - ids of model instances to deleteCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.