protected static class FeatureOrderByImpl.OrderByExpression extends Object
ORDER BY
clause.Modifier and Type | Field and Description |
---|---|
private SortOrder |
order |
private ComparablePath<?> |
path |
Constructor and Description |
---|
OrderByExpression(ComparablePath<?> path,
SortOrder order)
The constructor.
|
private final ComparablePath<?> path
private final SortOrder order
public OrderByExpression(ComparablePath<?> path, SortOrder order)
path
- the PropertyPath
.order
- the SortOrder
.public ComparablePath<?> getPath()
PropertyPath
.Copyright © 2001–2016 mmm-Team. All rights reserved.