|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SubType - public interface UpdateClause<SubType extends UpdateClause<SubType>>
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 |
|
SubType |
where(EBoolean... o)
Defines the filter constraints |
|
| Method Detail |
|---|
SubType where(EBoolean... o)
o -
<T> SubType 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 | |||||||||