Annotation Type 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
      java.lang.String value
      The CohQL query expression.
    • Element Detail

      • value

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