Spring Data Commons

Uses of Class
org.springframework.data.domain.Sort.Order

Packages that use Sort.Order
org.springframework.data.domain Central domain abstractions especially to be used in combination with the Repository abstraction. 
 

Uses of Sort.Order in org.springframework.data.domain
 

Methods in org.springframework.data.domain that return Sort.Order
 Sort.Order Sort.getOrderFor(String property)
          Returns the order registered for the given property.
 Sort.Order Sort.Order.with(Sort.Direction order)
          Returns a new Sort.Order with the given Sort.Order.
 

Methods in org.springframework.data.domain that return types with arguments of type Sort.Order
static List<Sort.Order> Sort.Order.create(Sort.Direction direction, Iterable<String> properties)
           
 Iterator<Sort.Order> Sort.iterator()
           
 

Constructors in org.springframework.data.domain with parameters of type Sort.Order
Sort(Sort.Order... orders)
           
 

Constructor parameters in org.springframework.data.domain with type arguments of type Sort.Order
Sort(List<Sort.Order> orders)
          Creates a new Sort instance.
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.