T
- public class CollDeleteClause<T> extends Object implements DeleteClause<CollDeleteClause<T>>
CollDeleteClause
is an implementation of the 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) |
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()
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–2016 Querydsl. All rights reserved.