Interface ADeleteQuery

All Known Implementing Classes:
AbstractADeleteQuery, ADeleteQueryDecorator

public interface ADeleteQuery
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String queryName)
    Name the query for debugging purposes.
    long
    run()
    Delete the selected items.
    where(Predicate predicate)
     
  • Method Details

    • 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