Annotation Interface WhereFilter


@Inherited @FilterBinding @Documented @Retention(RUNTIME) public @interface WhereFilter
A FilterBinding annotation representing a Filter produced from a CohQL where clause.
Since:
20.06
Author:
Jonathan Knight 2019.10.24
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    An annotation literal for the WhereFilter annotation.
  • 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