Interface ADeleteQuery
-
public interface ADeleteQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADeleteQueryname(String queryName)Name the query for debugging purposes.longrun()Delete the selected items.ADeleteQuerywhere(Predicate predicate)
-
-
-
Method Detail
-
where
ADeleteQuery where(Predicate predicate)
-
name
ADeleteQuery name(String queryName)
Name the query for debugging purposes. The name will be printed in the logs.
-
run
long run()
Delete the selected items.- Returns:
- the number of affected items
-
-