Package | Description |
---|---|
com.mysema.query.collections |
Implementations of Querydsl query interfaces for JavaBean collections
|
Modifier and Type | Method and Description |
---|---|
CollUpdateClause<T> |
CollUpdateClause.set(java.util.List<? extends Path<?>> p,
java.util.List<?> v) |
<U> CollUpdateClause<T> |
CollUpdateClause.set(Path<U> path,
Expression<? extends U> expression) |
<U> CollUpdateClause<T> |
CollUpdateClause.set(Path<U> path,
U value) |
<U> CollUpdateClause<T> |
CollUpdateClause.setNull(Path<U> path) |
static <A> CollUpdateClause<A> |
CollQueryFactory.update(Path<A> path,
java.lang.Iterable<A> col)
Create a new update clause
|
CollUpdateClause<T> |
CollUpdateClause.where(Predicate... o) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.