Package | Description |
---|---|
net.sf.ehcache.search |
This package contains classes for ehcache core search API.
|
net.sf.ehcache.store |
Store package.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.addOrderBy(Attribute<?> attribute,
Direction direction)
Request result set ordering by the given attribute and direction.
|
Modifier and Type | Method and Description |
---|---|
Direction |
StoreQuery.Ordering.getDirection()
Ordering direction
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.