Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.redis.connection.SortParameters.Order

Packages that use SortParameters.Order
org.springframework.data.keyvalue.redis.connection Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. 
org.springframework.data.keyvalue.redis.core.query Query package for Redis template. 
 

Uses of SortParameters.Order in org.springframework.data.keyvalue.redis.connection
 

Methods in org.springframework.data.keyvalue.redis.connection that return SortParameters.Order
 SortParameters.Order SortParameters.getOrder()
          Returns the sorting order.
 SortParameters.Order DefaultSortParameters.getOrder()
           
static SortParameters.Order SortParameters.Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortParameters.Order[] SortParameters.Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.keyvalue.redis.connection with parameters of type SortParameters.Order
 DefaultSortParameters DefaultSortParameters.order(SortParameters.Order order)
           
 void DefaultSortParameters.setOrder(SortParameters.Order order)
           
 

Constructors in org.springframework.data.keyvalue.redis.connection with parameters of type SortParameters.Order
DefaultSortParameters(byte[] byPattern, SortParameters.Range limit, byte[][] getPattern, SortParameters.Order order, Boolean alphabetic)
          Constructs a new DefaultSortParameters instance.
DefaultSortParameters(SortParameters.Range limit, SortParameters.Order order, Boolean alphabetic)
          Constructs a new DefaultSortParameters instance.
 

Uses of SortParameters.Order in org.springframework.data.keyvalue.redis.core.query
 

Methods in org.springframework.data.keyvalue.redis.core.query that return SortParameters.Order
 SortParameters.Order SortQuery.getOrder()
          Returns the sorting order.
 

Methods in org.springframework.data.keyvalue.redis.core.query with parameters of type SortParameters.Order
 SortCriterion<K> SortCriterion.order(SortParameters.Order order)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.