| Modifier and Type | Method and Description |
|---|---|
CollUpdateClause<T> |
CollUpdateClause.set(java.util.List<? extends com.querydsl.core.types.Path<?>> p,
java.util.List<?> v) |
<U> CollUpdateClause<T> |
CollUpdateClause.set(com.querydsl.core.types.Path<U> path,
com.querydsl.core.types.Expression<? extends U> expression) |
<U> CollUpdateClause<T> |
CollUpdateClause.set(com.querydsl.core.types.Path<U> path,
U value) |
<U> CollUpdateClause<T> |
CollUpdateClause.setNull(com.querydsl.core.types.Path<U> path) |
static <A> CollUpdateClause<A> |
CollQueryFactory.update(com.querydsl.core.types.Path<A> path,
java.lang.Iterable<A> col)
Create a new update clause
|
CollUpdateClause<T> |
CollUpdateClause.where(com.querydsl.core.types.Predicate... o) |
Copyright © 2007–2021 Querydsl. All rights reserved.