Uses of Interface
org.springframework.data.expression.ValueExpression
Packages that use ValueExpression
Package
Description
Value Expression implementation.
Support classes to work with query methods.
-
Uses of ValueExpression in org.springframework.data.expression
Methods in org.springframework.data.expression that return ValueExpressionModifier and TypeMethodDescriptionParses the expression string and return an Expression object you can use for repeated evaluation. -
Uses of ValueExpression in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return ValueExpressionModifier and TypeMethodDescription@Nullable ValueExpressionValueExpressionQueryRewriter.ParsedQuery.getParameter(String name) ValueExpressionQueryRewriter.ParsedQuery.getRequiredParameter(String name) Returns the requiredValueExpressionfor the given name or throws anIllegalArgumentExceptionif the parameter is not present.Methods in org.springframework.data.repository.query that return types with arguments of type ValueExpressionModifier and TypeMethodDescriptionValueExpressionQueryRewriter.ParsedQuery.getParameterMap()A Map from parameter name to Value Expression.