Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.search |
This package contains classes for ehcache core search API.
|
net.sf.ehcache.store |
Store package.
|
Modifier and Type | Field and Description |
---|---|
private Direction |
CacheQuery.OrderingImpl.direction |
Modifier and Type | Method and Description |
---|---|
Direction |
CacheQuery.OrderingImpl.getDirection() |
Modifier and Type | Method and Description |
---|---|
Query |
CacheQuery.addOrderBy(Attribute<?> attribute,
Direction direction)
Request result set ordering by the given attribute and direction.
|
Constructor and Description |
---|
OrderingImpl(Attribute<?> attribute,
Direction direction) |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.valueOf(java.lang.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
|