Annotation Interface AllowFiltering
@Documented
@Target({METHOD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Query(allowFiltering=true)
public @interface AllowFiltering
Annotation to declare filtering for a derived query.
- Since:
- 2.0
- Author:
- Mark Paluch