Annotation Interface CountQuery
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE})
@Documented
@Query(count=true)
public @interface CountQuery
Alias for a @Query annotation with the count parameter set to true.
- Author:
- Peter-Josef Meisch
-
Optional Element Summary
-
Element Details
-
value
- Default:
- ""
-