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

Packages that use ColUpdateClause
com.mysema.query.collections Implementations of Querydsl query interfaces for JavaBean collections 
 

Uses of ColUpdateClause in com.mysema.query.collections
 

Methods in com.mysema.query.collections that return ColUpdateClause
<U> ColUpdateClause<T>
ColUpdateClause.set(Path<U> path, U value)
           
static
<A> ColUpdateClause<A>
MiniApi.update(Path<A> path, Iterable<A> col)
           
 ColUpdateClause<T> ColUpdateClause.where(EBoolean... o)
           
 



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