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