Modifier and Type | Class and Description |
---|---|
static class |
AggregateQuery.AggregateFunction |
Query.SortDirection
Modifier and Type | Field and Description |
---|---|
protected Query<T> |
queryToAggregate |
Constructor and Description |
---|
AggregateQuery(AggregateQuery.AggregateFunction function,
Query<T> queryToAggregate) |
Modifier and Type | Method and Description |
---|---|
AggregateQuery.AggregateFunction |
getAggregateFunction() |
Expression |
getWhereExpression() |
void |
limit(int n) |
void |
sort(Key<?> key,
Query.SortDirection direction) |
void |
where(Expression expr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRawDuplicate
public AggregateQuery(AggregateQuery.AggregateFunction function, Query<T> queryToAggregate)
public void where(Expression expr)
public void sort(Key<?> key, Query.SortDirection direction)
public Expression getWhereExpression()
getWhereExpression
in interface Query<T extends Pojo>
public AggregateQuery.AggregateFunction getAggregateFunction()
Copyright © 2014. All Rights Reserved.