T - public class CollDeleteClause<T> extends java.lang.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,
java.util.Collection<? extends T> col) |
CollDeleteClause(QueryEngine qe,
com.querydsl.core.types.Path<T> expr,
java.util.Collection<? extends T> col) |
| Modifier and Type | Method and Description |
|---|---|
long |
execute() |
java.lang.String |
toString() |
CollDeleteClause<T> |
where(com.querydsl.core.types.Predicate... o) |
public CollDeleteClause(QueryEngine qe, com.querydsl.core.types.Path<T> expr, java.util.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>>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007–2021 Querydsl. All rights reserved.