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 TypeMethodDescriptionValueExpressionQueryRewriter.ParsedQuery.getParameter
(String name) 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.