com.mysema.query.collections
Class ColDeleteClause<T>
java.lang.Object
com.mysema.query.collections.ColDeleteClause<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- DeleteClause<ColDeleteClause<T>>
public class ColDeleteClause<T>
- extends Object
- implements DeleteClause<ColDeleteClause<T>>
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColDeleteClause
public ColDeleteClause(Path<T> expr,
Collection<? extends T> col)
ColDeleteClause
public ColDeleteClause(EvaluatorFactory ef,
Path<T> expr,
Collection<? extends T> col)
execute
public long execute()
- Description copied from interface:
DeleteClause
- Execute the delete clause and return the amount of deleted rows/items
- Specified by:
execute
in interface DeleteClause<ColDeleteClause<T>>
- Returns:
where
public ColDeleteClause<T> where(EBoolean... o)
- Description copied from interface:
DeleteClause
- Defines the filter constraints
- Specified by:
where
in interface DeleteClause<ColDeleteClause<T>>
- Returns:
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.