public final class AggregationPropertyPath extends PropertyPath
SUM(foo.bar.baz)) represented by PathedPropertyReferenceSources used
with an aggregation function in the SELECT, HAVING or ORDER BY clause.| Modifier and Type | Class and Description |
|---|---|
static class |
AggregationPropertyPath.Type
The aggregation function.
|
path| Constructor and Description |
|---|
AggregationPropertyPath(AggregationPropertyPath.Type type,
PropertyPath propertyPath) |
| Modifier and Type | Method and Description |
|---|---|
AggregationPropertyPath.Type |
getType() |
String |
toString() |
appendNode, asStringPathWithoutAlias, getFirstNode, getLastNode, getNodeNamesWithoutAlias, getNodespublic AggregationPropertyPath(AggregationPropertyPath.Type type, PropertyPath propertyPath)
public AggregationPropertyPath.Type getType()
public String toString()
toString in class PropertyPathCopyright © 2016. All rights reserved.