public final class AggregationPropertyPath extends PropertyPath
SUM(foo.bar.baz)
) represented by PathedPropertyReferenceSource
s 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, getNodes
public AggregationPropertyPath(AggregationPropertyPath.Type type, PropertyPath propertyPath)
public AggregationPropertyPath.Type getType()
public String toString()
toString
in class PropertyPath
Copyright © 2017. All rights reserved.