|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.jdoql.dml.JDOQLUpdateClause
public class JDOQLUpdateClause
UpdateClause implementation for JDO
| Constructor Summary | |
|---|---|
JDOQLUpdateClause()
|
|
| Method Summary | ||
|---|---|---|
long |
execute()
Execute the clause and return the amount of affected rows |
|
JDOQLUpdateClause |
set(List<? extends Path<?>> paths,
List<?> values)
Set the paths to be updated |
|
|
set(Path<T> path,
T value)
Add a value binding |
|
JDOQLUpdateClause |
where(EBoolean... o)
Defines the filter constraints |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDOQLUpdateClause()
| Method Detail |
|---|
public long execute()
DMLClause
execute in interface DMLClause<JDOQLUpdateClause>
public JDOQLUpdateClause set(List<? extends Path<?>> paths,
List<?> values)
UpdateClause
set in interface UpdateClause<JDOQLUpdateClause>
public <T> JDOQLUpdateClause set(Path<T> path,
T value)
StoreClause
set in interface StoreClause<JDOQLUpdateClause>path - path to be updatedvalue - value to set
public JDOQLUpdateClause where(EBoolean... o)
FilteredClause
where in interface FilteredClause<JDOQLUpdateClause>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||