Interface ADeleteQuery
public interface ADeleteQuery
-
Method Summary
Modifier and TypeMethodDescriptionName the query for debugging purposes.longrun()Delete the selected items.
-
Method Details
-
where
-
name
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
-