Package | Description |
---|---|
com.mysema.query.collections |
Implementations of Querydsl query interfaces for JavaBean collections
|
Modifier and Type | Method and Description |
---|---|
CollUpdateClause<T> |
CollUpdateClause.set(List<? extends Path<?>> p,
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,
Iterable<A> col)
Create a new update clause
|
CollUpdateClause<T> |
CollUpdateClause.where(Predicate... o) |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.