T
- public class CollDeleteClause<T> extends Object implements DeleteClause<CollDeleteClause<T>>
DeleteClause
interface for the Querydsl
Collections moduleConstructor 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()
DMLClause
execute
in interface DMLClause<CollDeleteClause<T>>
public CollDeleteClause<T> where(Predicate... o)
FilteredClause
Skips null arguments
where
in interface FilteredClause<CollDeleteClause<T>>
o
- filter conditions to be addedCopyright © 2007–2015 Mysema Ltd. All rights reserved.