ehcache

net.sf.ehcache.store
Interface StoreQuery.Ordering

Enclosing interface:
StoreQuery

public static interface StoreQuery.Ordering

An attribute / direction ordering pair


Method Summary
 Attribute<?> getAttribute()
          Attribute to order by
 Direction getDirection()
          Ordering direction
 

Method Detail

getAttribute

Attribute<?> getAttribute()
Attribute to order by

Returns:
attribute

getDirection

Direction getDirection()
Ordering direction

Returns:
direction

ehcache

Copyright 2001-2014, Terracotta, Inc.