|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
C - public interface UpdateClause<C extends UpdateClause<C>>
UpdateClause defines a generic extensible interface for Update clauses
| Method Summary | ||
|---|---|---|
long |
execute()
Execute the delete clause and return the amount of updated rows/items |
|
|
set(Path<T> path,
T value)
Set the paths to be updated |
|
C |
where(EBoolean... o)
Defines the filter constraints |
|
| Method Detail |
|---|
C where(EBoolean... o)
o -
<T> C set(Path<T> path,
T value)
T - path - path to be updatedvalue - value to set
long execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||