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