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 SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.data.model.query.QueryModel.Junctionadd, getCriteria, isEmpty
- 
Constructor Details- 
Negationpublic Negation()
 
-