Spring Data MongoDB - Core

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

Packages that use Order
org.springframework.data.mongodb.core.index Support for MongoDB document indexing. 
org.springframework.data.mongodb.core.query MongoDB specific query and update support. 
org.springframework.data.mongodb.repository.query Query derivation mechanism for MongoDB specific repositories. 
 

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

Methods in org.springframework.data.mongodb.core.index that return Order
 Order IndexField.getOrder()
          Deprecated. use IndexField.getDirection() instead.
 

Methods in org.springframework.data.mongodb.core.index with parameters of type Order
static IndexField IndexField.create(String key, Order order)
          Deprecated. use #create(String, Direction).
 Index Index.on(String key, Order order)
          Deprecated. use #on(String, Direction) instead.
 

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

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)
          Deprecated. Returns the enum constant of this type with the specified name.
static Order[] Order.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

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)
          Deprecated. use Sort.Order directly.
 


Spring Data MongoDB - Core

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