|
||||||||||
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(javax.jdo.PersistenceManager persistenceManager,
PEntity<?> entity)
|
|
JDOQLUpdateClause(javax.jdo.PersistenceManager persistenceManager,
PEntity<?> entity,
JDOQLTemplates templates)
|
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 |
|
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(javax.jdo.PersistenceManager persistenceManager, PEntity<?> entity)
public JDOQLUpdateClause(javax.jdo.PersistenceManager persistenceManager, PEntity<?> entity, JDOQLTemplates templates)
Method Detail |
---|
public long execute()
UpdateClause
execute
in interface UpdateClause<JDOQLUpdateClause>
public <T> JDOQLUpdateClause set(Path<T> path, T value)
UpdateClause
set
in interface UpdateClause<JDOQLUpdateClause>
path
- path to be updatedvalue
- value to set
public JDOQLUpdateClause where(EBoolean... o)
UpdateClause
where
in interface UpdateClause<JDOQLUpdateClause>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |