Uses of Interface
jakarta.persistence.criteria.ParameterExpression
Packages that use ParameterExpression
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of ParameterExpression in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return ParameterExpressionModifier and TypeMethodDescription<T> ParameterExpression<T> CriteriaBuilder.convertedParameter(Class<? extends AttributeConverter<T, ?>> converter) Create a parameter expression whose value is bound via a converter.<T> ParameterExpression<T> Create a parameter expression.<T> ParameterExpression<T> Create a parameter expression with the given name.Methods in jakarta.persistence.criteria that return types with arguments of type ParameterExpressionModifier and TypeMethodDescriptionCommonAbstractCriteria.getParameters()Return the parameters of the query.