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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.Predicatefind(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<Boolean> expression, List<jakarta.persistence.criteria.ParameterExpression<Boolean>> parameters) getName()int 
- 
Constructor Details
- 
PropertyIsTrue
public PropertyIsTrue() 
 - 
 - 
Method Details
- 
getName
 - 
getRequiredParameters
public int getRequiredParameters()- Specified by:
 getRequiredParametersin interfaceRestrictions.PropertyRestriction<T>
 - 
find
public jakarta.persistence.criteria.Predicate find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<Boolean> expression, List<jakarta.persistence.criteria.ParameterExpression<Boolean>> parameters) - Specified by:
 findin interfaceRestrictions.PropertyRestriction<T>
 
 -