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 Summary
Modifier and TypeMethodDescription@NonNull jakarta.persistence.criteria.Predicatefind(@NonNull PersistentEntityRoot<?> entityRoot, @NonNull PersistentEntityCriteriaBuilder cb, @NonNull List<jakarta.persistence.criteria.ParameterExpression<T>> parameters) getName()int 
- 
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 List<jakarta.persistence.criteria.ParameterExpression<T>> parameters)  
 -