Package io.micronaut.data.annotation
Annotation Interface IgnoreWhere
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE,TYPE})
@Documented
@Inherited
public @interface IgnoreWhere
The
IgnoreWhere
annotation prevents the generation of additional criteria for this query.- Since:
- 3.5.1
- Author:
- Nick Hensel