Class Restrictions.PropertyEndsWithIgnoreCase
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyEndingWithIgnoreCase
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyEndsWithIgnoreCase
- All Implemented Interfaces:
Restrictions.PropertyRestriction<String>
- Enclosing class:
- Restrictions
public static class Restrictions.PropertyEndsWithIgnoreCase
extends Restrictions.PropertyEndingWithIgnoreCase
Ends with criterion.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.Predicate
find
(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<String> expression, jakarta.persistence.criteria.ParameterExpression<String>[] parameters) getName()
int
-
Constructor Details
-
PropertyEndsWithIgnoreCase
public PropertyEndsWithIgnoreCase()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceRestrictions.PropertyRestriction<String>
- Overrides:
getName
in classRestrictions.PropertyEndingWithIgnoreCase
-
getRequiredParameters
public int getRequiredParameters()- Specified by:
getRequiredParameters
in interfaceRestrictions.PropertyRestriction<T>
-
find
public jakarta.persistence.criteria.Predicate find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<String> expression, jakarta.persistence.criteria.ParameterExpression<String>[] parameters) - Specified by:
find
in interfaceRestrictions.PropertyRestriction<T>
-