Spring Data MongoDB - Core

org.springframework.data.mongodb.repository.query
Class QueryUtils

java.lang.Object
  extended by org.springframework.data.mongodb.repository.query.QueryUtils

Deprecated.

@Deprecated
public abstract class QueryUtils
extends Object

Collection of utility methods to apply sorting and pagination to a DBCursor.

Author:
Oliver Gierke

Method Summary
static Order toOrder(Sort.Order order)
          Deprecated. use Sort.Order directly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toOrder

@Deprecated
public static Order toOrder(Sort.Order order)
Deprecated. use Sort.Order directly.

Turns an Sort.Order into an Order.

Parameters:
order -
Returns:

Spring Data MongoDB - Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.