Class Restrictions.PropertyStringEqualIgnoreCase
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStringEqualIgnoreCase
- All Implemented Interfaces:
- Restrictions.PropertyRestriction<String>
- Direct Known Subclasses:
- Restrictions.PropertyStringEqualsIgnoreCase
- Enclosing class:
- Restrictions
EqualIgnoreCase restriction.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.persistence.criteria.Predicatefind(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<String> expression, List<jakarta.persistence.criteria.ParameterExpression<String>> parameters) getName()int
- 
Constructor Details- 
PropertyStringEqualIgnoreCasepublic PropertyStringEqualIgnoreCase()
 
- 
- 
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<String> expression, List<jakarta.persistence.criteria.ParameterExpression<String>> parameters) - Specified by:
- findin interface- Restrictions.PropertyRestriction<T>
 
 
-