|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceWithUsageByMetricDAO
| Method Summary | |
|---|---|
ResourceWithUsageByMetric |
findByResourceId(String resourceId)
|
ResourceWithUsageByMetric |
findByResourceId(String resourceId,
boolean lock)
If the value of the lock parameter is true,
you MUST later unlock the entity by calling unlock. |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.service.sla.dao.GenericDAO |
|---|
delete, findAll, findById, findById, saveOrUpdate |
| Method Detail |
|---|
ResourceWithUsageByMetric findByResourceId(String resourceId)
ResourceWithUsageByMetric findByResourceId(String resourceId,
boolean lock)
lock parameter is true,
you MUST later unlock the entity by calling unlock.
resourceId - the resource ID for the entitylock - whether or not to obtain a pessimistic lock
null if it does not existGenericDAO#unlock
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||