Uses of Interface
jakarta.persistence.criteria.ParameterExpression
Packages that use ParameterExpression
-
Uses of ParameterExpression in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return ParameterExpressionModifier and TypeMethodDescription<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.