Package io.micronaut.data.model.query
Class QueryModel.IsTrue
java.lang.Object
io.micronaut.data.model.query.QueryModel.PropertyNameCriterion
io.micronaut.data.model.query.QueryModel.IsTrue
- All Implemented Interfaces:
- QueryModel.Criterion
- Enclosing interface:
- QueryModel
Restricts a property to be true.
- 
Field SummaryFields inherited from class io.micronaut.data.model.query.QueryModel.PropertyNameCriterionname
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.data.model.query.QueryModel.PropertyNameCriteriongetProperty
- 
Constructor Details- 
IsTrueDefault constructor.- Parameters:
- name- The property name
 
 
-