A - The type of result for this aggregation.public final class AggregationKey<A> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
static <A> AggregationKey<A> |
of(String name) |
String |
toString() |
public static <A> AggregationKey<A> of(String name)
A - The type of result for this aggregation.name - The name of the aggregation. All root aggregation names must be unique within a single query.public String getName()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.