Uses of Class
com.mysema.query.jdo.dml.JDOQLUpdateClause

Packages that use JDOQLUpdateClause
com.mysema.query.jdo.dml DML operations support for Querydsl JDOQL 
 

Uses of JDOQLUpdateClause in com.mysema.query.jdo.dml
 

Methods in com.mysema.query.jdo.dml that return JDOQLUpdateClause
 JDOQLUpdateClause JDOQLUpdateClause.set(List<? extends Path<?>> paths, List<?> values)
           
<T> JDOQLUpdateClause
JDOQLUpdateClause.set(Path<T> path, Expression<? extends T> expression)
           
<T> JDOQLUpdateClause
JDOQLUpdateClause.set(Path<T> path, T value)
           
<T> JDOQLUpdateClause
JDOQLUpdateClause.setNull(Path<T> path)
           
 JDOQLUpdateClause JDOQLUpdateClause.where(Predicate... o)
           
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.