T - public class CollUpdateClause<T> extends java.lang.Object implements com.querydsl.core.dml.UpdateClause<CollUpdateClause<T>>
CollUpdateClause is an implementation of the UpdateClause interface for Querydsl Collections| Constructor and Description |
|---|
CollUpdateClause(com.querydsl.core.types.Path<T> expr,
java.lang.Iterable<? extends T> col) |
CollUpdateClause(QueryEngine qe,
com.querydsl.core.types.Path<T> expr,
java.lang.Iterable<? extends T> col) |
| Modifier and Type | Method and Description |
|---|---|
long |
execute() |
boolean |
isEmpty() |
CollUpdateClause<T> |
set(java.util.List<? extends com.querydsl.core.types.Path<?>> p,
java.util.List<?> v) |
<U> CollUpdateClause<T> |
set(com.querydsl.core.types.Path<U> path,
com.querydsl.core.types.Expression<? extends U> expression) |
<U> CollUpdateClause<T> |
set(com.querydsl.core.types.Path<U> path,
U value) |
<U> CollUpdateClause<T> |
setNull(com.querydsl.core.types.Path<U> path) |
java.lang.String |
toString() |
CollUpdateClause<T> |
where(com.querydsl.core.types.Predicate... o) |
public CollUpdateClause(QueryEngine qe, com.querydsl.core.types.Path<T> expr, java.lang.Iterable<? extends T> col)
public long execute()
execute in interface com.querydsl.core.dml.DMLClause<CollUpdateClause<T>>public <U> CollUpdateClause<T> set(com.querydsl.core.types.Path<U> path, U value)
set in interface com.querydsl.core.dml.StoreClause<CollUpdateClause<T>>public <U> CollUpdateClause<T> set(com.querydsl.core.types.Path<U> path, com.querydsl.core.types.Expression<? extends U> expression)
set in interface com.querydsl.core.dml.StoreClause<CollUpdateClause<T>>public <U> CollUpdateClause<T> setNull(com.querydsl.core.types.Path<U> path)
setNull in interface com.querydsl.core.dml.StoreClause<CollUpdateClause<T>>public CollUpdateClause<T> set(java.util.List<? extends com.querydsl.core.types.Path<?>> p, java.util.List<?> v)
set in interface com.querydsl.core.dml.UpdateClause<CollUpdateClause<T>>public CollUpdateClause<T> where(com.querydsl.core.types.Predicate... o)
where in interface com.querydsl.core.FilteredClause<CollUpdateClause<T>>public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isEmpty()
isEmpty in interface com.querydsl.core.dml.StoreClause<CollUpdateClause<T>>Copyright © 2007–2021 Querydsl. All rights reserved.