T - public class CollDeleteClause<T> extends Object implements DeleteClause<CollDeleteClause<T>>
DeleteClause interface for the Querydsl 
 Collections module| Constructor and Description | 
|---|
| CollDeleteClause(Path<T> expr,
                Collection<? extends T> col) | 
| CollDeleteClause(QueryEngine qe,
                Path<T> expr,
                Collection<? extends T> col) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | execute()Execute the clause and return the amount of affected rows | 
| String | toString() | 
| CollDeleteClause<T> | where(Predicate... o)Adds the given filter conditions | 
public CollDeleteClause(QueryEngine qe, Path<T> expr, Collection<? extends T> col)
public CollDeleteClause(Path<T> expr, Collection<? extends T> col)
public long execute()
DMLClauseexecute in interface DMLClause<CollDeleteClause<T>>public CollDeleteClause<T> where(Predicate... o)
FilteredClauseSkips null arguments
where in interface FilteredClause<CollDeleteClause<T>>o - filter conditions to be addedCopyright © 2007–2015 Querydsl. All rights reserved.