Annotation Type WhereFilter
-
@Inherited @FilterBinding @Documented @Retention(RUNTIME) public @interface WhereFilter
AFilterBindingannotation representing aFilterproduced from a CohQL where clause.- Since:
- 1.0
- Author:
- Jonathan Knight
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe CohQL query expression.
-