|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mysema.query.jdo.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,
Expression<? extends T> expression)
Add an expression binding |
|
|
set(Path<T> path,
T value)
Add a value binding |
|
|
setNull(Path<T> path)
Bind the given path to null |
|
JDOQLUpdateClause |
where(Predicate... o)
Adds the given filter conditions |
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 <T> JDOQLUpdateClause set(Path<T> path, Expression<? extends T> expression)
StoreClause
set
in interface StoreClause<JDOQLUpdateClause>
public <T> JDOQLUpdateClause setNull(Path<T> path)
StoreClause
setNull
in interface StoreClause<JDOQLUpdateClause>
public JDOQLUpdateClause where(Predicate... o)
FilteredClause
where
in interface FilteredClause<JDOQLUpdateClause>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |