Uses of Class
org.springframework.data.keyvalue.core.SpelCriteria
Packages that use SpelCriteria
-
Uses of SpelCriteria in org.springframework.data.keyvalue.core
Subclasses with type arguments of type SpelCriteria in org.springframework.data.keyvalue.coreModifier and TypeClassDescriptionclassQueryEngineimplementation specific for executingSpelExpressionbasedKeyValueQueryagainstKeyValueAdapter.Methods in org.springframework.data.keyvalue.core with parameters of type SpelCriteriaModifier and TypeMethodDescriptionlongSpelQueryEngine.count(@Nullable SpelCriteria criteria, String keyspace) Collection<?> SpelQueryEngine.execute(@Nullable SpelCriteria criteria, @Nullable Comparator<?> sort, long offset, int rows, String keyspace)