Annotation Interface WhereFilter


@Inherited @FilterBinding @Documented @Retention(RUNTIME) public @interface WhereFilter
A FilterBinding annotation representing a Filter produced from a CohQL where clause.
Since:
3.0
Author:
Gunnar Hillert
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The CohQL query expression.
  • Element Details

    • value

      String value
      The CohQL query expression.
      Returns:
      the CohQL query expression