Uses of Interface
jakarta.persistence.criteria.ParameterExpression
-
Uses of ParameterExpression in jakarta.persistence.criteria
Modifier and TypeMethodDescription<T> ParameterExpression
<T> Create a parameter expression.<T> ParameterExpression
<T> Create a parameter expression with the given name.Modifier and TypeMethodDescriptionCommonAbstractCriteria.getParameters()
Return the parameters of the query.