T - public class CollDeleteClause<T> extends Object implements com.querydsl.core.dml.DeleteClause<CollDeleteClause<T>>
CollDeleteClause is an implementation of the DeleteClause interface for the Querydsl
Collections module| Constructor and Description |
|---|
CollDeleteClause(com.querydsl.core.types.Path<T> expr,
Collection<? extends T> col) |
CollDeleteClause(QueryEngine qe,
com.querydsl.core.types.Path<T> expr,
Collection<? extends T> col) |
| Modifier and Type | Method and Description |
|---|---|
long |
execute() |
String |
toString() |
CollDeleteClause<T> |
where(com.querydsl.core.types.Predicate... o) |
public CollDeleteClause(QueryEngine qe, com.querydsl.core.types.Path<T> expr, Collection<? extends T> col)
public CollDeleteClause(com.querydsl.core.types.Path<T> expr, Collection<? extends T> col)
public long execute()
execute in interface com.querydsl.core.dml.DMLClause<CollDeleteClause<T>>public CollDeleteClause<T> where(com.querydsl.core.types.Predicate... o)
where in interface com.querydsl.core.FilteredClause<CollDeleteClause<T>>Copyright © 2007–2016 Querydsl. All rights reserved.