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
 ColUpdateClause<T> ColUpdateClause.set(List<? extends Path<?>> p, List<?> v)
           
<U> ColUpdateClause<T>
ColUpdateClause.set(Path<U> path, Expression<? extends U> expression)
           
<U> ColUpdateClause<T>
ColUpdateClause.set(Path<U> path, U value)
           
<U> ColUpdateClause<T>
ColUpdateClause.setNull(Path<U> path)
           
static
<A> ColUpdateClause<A>
MiniApi.update(Path<A> path, Iterable<A> col)
           
 ColUpdateClause<T> ColUpdateClause.where(Predicate... o)
           
 



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