Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.search.impl |
This package contains an implementation for Results.
|
net.sf.ehcache.store |
Store package.
|
Modifier and Type | Class and Description |
---|---|
private static class |
CacheQuery.OrderingImpl
An attribute/direction pair
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<StoreQuery.Ordering> |
CacheQuery.StoreQueryImpl.copiedOrdering |
private java.util.List<StoreQuery.Ordering> |
CacheQuery.orderings |
Modifier and Type | Method and Description |
---|---|
java.util.List<StoreQuery.Ordering> |
CacheQuery.getOrdering()
Get the requested search orderings
|
java.util.List<StoreQuery.Ordering> |
CacheQuery.StoreQueryImpl.getOrdering() |
Modifier and Type | Method and Description |
---|---|
private void |
BaseQueryInterpreter.processOrdering(java.util.List<StoreQuery.Ordering> orderings) |
Constructor and Description |
---|
OrderComparator(java.util.List<StoreQuery.Ordering> orderings)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StoreQuery.Ordering> |
StoreQuery.getOrdering()
Get the requested search orderings
|