Annotation Interface Query


Query
Author:
Rizwan Idrees, Mohsin Husen, Peter-Josef Meisch, Steven Pearce
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Returns whether the query defined should be executed as count projection.
    Deprecated.
    since 4.2, not implemented and used anywhere
     
  • Element Details

    • value

      String value
      Returns:
      Elasticsearch query to be used when executing query. May contain placeholders eg. ?0
      Default:
      ""
    • name

      String name
      Deprecated.
      since 4.2, not implemented and used anywhere
      Named Query Named looked up by repository.
      Default:
      ""
    • count

      boolean count
      Returns whether the query defined should be executed as count projection.
      Returns:
      false by default.
      Since:
      4.2
      Default:
      false