Package io.micronaut.data.model.query
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
A criterion used to negate several other criterion.
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.data.model.query.QueryModel.Junction
add, getCriteria, isEmpty
-
Constructor Details
-
Negation
public Negation()
-