Annotation Interface ExistsQuery


@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) @Documented @Query(exists=true) @API(status=STABLE, since="6.0") public @interface ExistsQuery
Specialized version of Query whose values is always used as exists projection.
Since:
6.0
Author:
Michael J. Simons