Uses of Class
com.mysema.query.collections.dml.ColUpdateClause

Packages that use ColUpdateClause
com.mysema.query.collections Query implementations for JavaBean collections 
com.mysema.query.collections.dml DML operations for Querydsl Collections 
 

Uses of ColUpdateClause in com.mysema.query.collections
 

Methods in com.mysema.query.collections that return ColUpdateClause
static
<A> ColUpdateClause<A>
MiniApi.update(Path<A> path, Iterable<A> col)
           
 

Uses of ColUpdateClause in com.mysema.query.collections.dml
 

Methods in com.mysema.query.collections.dml that return ColUpdateClause
<U> ColUpdateClause<T>
ColUpdateClause.set(Path<U> path, U value)
           
 ColUpdateClause<T> ColUpdateClause.where(EBoolean... o)
           
 



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