Interface Restrictions.Restriction<T>

Type Parameters:
T - The expression type
All Known Implementing Classes:
Restrictions.PropertyIds
Enclosing class:
Restrictions

public static interface Restrictions.Restriction<T>
Restriction.
  • Method Details

    • getName

      String getName()
    • getRequiredParameters

      int getRequiredParameters()
    • find

      @NonNull @NonNull jakarta.persistence.criteria.Predicate find(@NonNull @NonNull PersistentEntityRoot<?> entityRoot, @NonNull @NonNull PersistentEntityCriteriaBuilder cb, @NonNull @NonNull jakarta.persistence.criteria.ParameterExpression<T>[] parameters)