|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
net.sf.ehcache.search | This package contains classes for ehcache core search API. |
net.sf.ehcache.store | Store package. |
Uses of Direction in net.sf.ehcache.search |
---|
Methods in net.sf.ehcache.search that return Direction | |
---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.ehcache.search with parameters of type Direction | |
---|---|
Query |
Query.addOrderBy(Attribute<?> attribute,
Direction direction)
Request result set ordering by the given attribute and direction. |
Uses of Direction in net.sf.ehcache.store |
---|
Methods in net.sf.ehcache.store that return Direction | |
---|---|
Direction |
StoreQuery.Ordering.getDirection()
Ordering direction |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |