Spring Data Key-Value

org.springframework.data.keyvalue.redis.core.query
Class QueryUtils

java.lang.Object
  extended by org.springframework.data.keyvalue.redis.core.query.QueryUtils

public abstract class QueryUtils
extends Object

Utilities for SortQuery implementations.

Author:
Costin Leau

Constructor Summary
QueryUtils()
           
 
Method Summary
static
<K> SortParameters
convertQuery(SortQuery<K> query, RedisSerializer<String> stringSerializer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryUtils

public QueryUtils()
Method Detail

convertQuery

public static <K> SortParameters convertQuery(SortQuery<K> query,
                                              RedisSerializer<String> stringSerializer)

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.