Uses of Interface
org.springframework.data.expression.ValueExpression
Package
Description
Value Expression implementation.
Support classes to work with query methods.
-
Uses of ValueExpression in org.springframework.data.expression
Modifier 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
Modifier and TypeMethodDescriptionValueExpressionQueryRewriter.ParsedQuery.getParameter
(String name) Modifier and TypeMethodDescriptionValueExpressionQueryRewriter.ParsedQuery.getParameterMap()
A Map from parameter name to Value Expression.