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) |
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–2014 Mysema Ltd. All rights reserved.