T - the type of the query to perform the aggregate operation onS - the type of the result of the aggregate operationpublic interface NamedAggregate<T,S>
| Modifier and Type | Method and Description |
|---|---|
Aggregate<T,S> |
getAggregate()
Get the aggregate this named aggregate represents.
|
String |
getName()
Get the name of this aggregate.
|
Copyright © 2016. All rights reserved.