Spring Data Graph

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

Packages that use Order
org.springframework.data.document.mongodb.query MongoDB specific query and update support. 
 

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

Methods in org.springframework.data.document.mongodb.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.document.mongodb.query with parameters of type Order
 Sort Sort.on(String key, Order order)
           
 Index Index.on(String key, Order order)
           
 

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


Spring Data Graph

Copyright © 2011. All Rights Reserved.