Class Restrictions.PropertyStartsWithIgnoreCase

java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStartsWithIgnoreCase
All Implemented Interfaces:
Restrictions.PropertyRestriction<String>
Direct Known Subclasses:
Restrictions.PropertyStartingWithIgnoreCase
Enclosing class:
Restrictions

public static class Restrictions.PropertyStartsWithIgnoreCase extends Object
Starts with criterion.
  • Constructor Details

    • PropertyStartsWithIgnoreCase

      public PropertyStartsWithIgnoreCase()
  • Method Details

    • getName

      public String getName()
    • getRequiredParameters

      public int getRequiredParameters()
      Specified by:
      getRequiredParameters in interface Restrictions.PropertyRestriction<T>
    • find

      public jakarta.persistence.criteria.Predicate find(io.micronaut.data.model.jpa.criteria.PersistentEntityRoot<?> entityRoot, io.micronaut.data.model.jpa.criteria.PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<String> expression, jakarta.persistence.criteria.ParameterExpression<String>[] parameters)
      Specified by:
      find in interface Restrictions.PropertyRestriction<T>