SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureGroupBy<SELF extends FeatureGroupBy<SELF>> extends StatementFeature
Statement
allowing a
GROUP BY clause
.Modifier and Type | Method and Description |
---|---|
SELF |
groupBy(PropertyPath<?> path)
Adds the given
PropertyPath to the GROUP BY clause. |
SELF groupBy(PropertyPath<?> path)
PropertyPath
to the GROUP BY
clause.path
- the PropertyPath
to group by.Copyright © 2001–2016 mmm-Team. All rights reserved.