Class Restrictions.PropertyIsTrue
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyIsTrue
- All Implemented Interfaces:
- Restrictions.PropertyRestriction<Boolean>
- Enclosing class:
- Restrictions
IsTrue restriction.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.persistence.criteria.Predicatefind(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<Boolean> expression, jakarta.persistence.criteria.ParameterExpression<Boolean>[] parameters) getName()int
- 
Constructor Details- 
PropertyIsTruepublic PropertyIsTrue()
 
- 
- 
Method Details- 
getName
- 
getRequiredParameterspublic int getRequiredParameters()- Specified by:
- getRequiredParametersin interface- Restrictions.PropertyRestriction<T>
 
- 
findpublic jakarta.persistence.criteria.Predicate find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<Boolean> expression, jakarta.persistence.criteria.ParameterExpression<Boolean>[] parameters) - Specified by:
- findin interface- Restrictions.PropertyRestriction<T>
 
 
-