T - public class CollUpdateClause<T> extends 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,
Iterable<? extends T> col) |
CollUpdateClause(QueryEngine qe,
com.querydsl.core.types.Path<T> expr,
Iterable<? extends T> col) |
| Modifier and Type | Method and Description |
|---|---|
long |
execute() |
boolean |
isEmpty() |
CollUpdateClause<T> |
set(List<? extends com.querydsl.core.types.Path<?>> p,
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) |
String |
toString() |
CollUpdateClause<T> |
where(com.querydsl.core.types.Predicate... o) |
public CollUpdateClause(QueryEngine qe, com.querydsl.core.types.Path<T> expr, 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(List<? extends com.querydsl.core.types.Path<?>> p, 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 boolean isEmpty()
isEmpty in interface com.querydsl.core.dml.StoreClause<CollUpdateClause<T>>Copyright © 2007–2016 Querydsl. All rights reserved.