Class QueryModel.Negation

java.lang.Object
io.micronaut.data.model.query.QueryModel.Junction
io.micronaut.data.model.query.QueryModel.Negation
All Implemented Interfaces:
QueryModel.Criterion
Enclosing interface:
QueryModel

public static class QueryModel.Negation extends QueryModel.Junction
A criterion used to negate several other criterion.
  • Constructor Details

    • Negation

      public Negation()