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 types with arguments of type Order
 Map<String,Order> IndexInfo.getFieldSpec()
           
 

Methods in org.springframework.data.mongodb.core.index with parameters of type 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)
           
 

Constructor parameters in org.springframework.data.mongodb.core.index with type arguments of type Order
IndexInfo(Map<String,Order> fieldSpec, String name, boolean unique, boolean dropDuplicates, boolean sparse)
           
 

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)
           
 

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

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(org.springframework.data.domain.Sort.Order order)
           
 



Copyright © 2011. All Rights Reserved.