Uses of Interface
javax.persistence.criteria.ParameterExpression
Packages that use ParameterExpression
-
Uses of ParameterExpression in javax.persistence.criteria
Methods in javax.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 javax.persistence.criteria that return types with arguments of type ParameterExpressionModifier and TypeMethodDescriptionCriteriaQuery.getParameters()
Return the parameters of the query.