public interface StoreQuery
Store
can executeModifier and Type | Interface and Description |
---|---|
static interface |
StoreQuery.Ordering
An attribute / direction ordering pair
|
Modifier and Type | Method and Description |
---|---|
List<AggregatorInstance<?>> |
getAggregatorInstances()
Get the requested aggregators
|
Cache |
getCache()
Get the cache this query originated from
|
Criteria |
getCriteria()
Get the search criteria
|
List<StoreQuery.Ordering> |
getOrdering()
Get the requested search orderings
|
Set<Attribute<?>> |
groupByAttributes()
Get the set of attributes to group result set by
|
int |
maxResults()
Get the maximum number of results to return
|
Set<Attribute<?>> |
requestedAttributes()
Get the set of attributes requested by this query
|
boolean |
requestsKeys()
Are keys requested?
|
boolean |
requestsValues()
Are values requested?
|
Criteria getCriteria()
boolean requestsKeys()
boolean requestsValues()
Cache getCache()
Set<Attribute<?>> requestedAttributes()
Set<Attribute<?>> groupByAttributes()
List<StoreQuery.Ordering> getOrdering()
int maxResults()
List<AggregatorInstance<?>> getAggregatorInstances()
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.