Class SpelCriteria

java.lang.Object
org.springframework.data.keyvalue.core.SpelCriteria

public class SpelCriteria extends Object
SpelCriteria allows to pass on a SpelExpression and EvaluationContext to the actual query processor. This decouples the SpelExpression from the context it is used in.
Author:
Christoph Strobl, Oliver Gierke