Spring Data MongoDB

Uses of Class
org.springframework.data.mongodb.core.query.Order

Packages that use Order
org.springframework.data.mongodb.core.index   
org.springframework.data.mongodb.core.query MongoDB specific query and update support. 
org.springframework.data.mongodb.repository.query   
 

Uses of Order in org.springframework.data.mongodb.core.index
 

Methods in org.springframework.data.mongodb.core.index that return Order
 Order IndexField.getOrder()
          Returns the order of the IndexField or null in case we have a geo index field.
 

Methods in org.springframework.data.mongodb.core.index with parameters of type Order
static IndexField IndexField.create(String key, Order order)
          Creates a default IndexField with the given key and Order.
 Index Index.on(String key, Order order)
           
 

Constructors in org.springframework.data.mongodb.core.index with parameters of type Order
Index(String key, Order order)
           
 

Uses of Order in org.springframework.data.mongodb.core.query
 

Methods in org.springframework.data.mongodb.core.query that return Order
static Order Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Order[] Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.mongodb.core.query with parameters of type Order
 Sort Sort.on(String key, Order order)
          Deprecated.  
 

Constructors in org.springframework.data.mongodb.core.query with parameters of type Order
Sort(String key, Order order)
          Deprecated.  
 

Uses of Order in org.springframework.data.mongodb.repository.query
 

Methods in org.springframework.data.mongodb.repository.query that return Order
static Order QueryUtils.toOrder(Sort.Order order)
           
 


Spring Data MongoDB

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