SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureOrderBy<SELF extends FeatureOrderBy<SELF>> extends StatementFeature
Modifier and Type | Method and Description |
---|---|
default SELF |
orderBy(ComparablePath<?> path)
Adds the given
PropertyPath to the ORDER BY clause using default SortOrder (what should be
ascending ). |
SELF |
orderBy(ComparablePath<?> path,
SortOrder order)
Adds the given
PropertyPath to the ORDER BY clause. |
default SELF orderBy(ComparablePath<?> path)
PropertyPath
to the ORDER BY
clause using default SortOrder
(what should be
ascending
).path
- the PropertyPath
to order by.order
- the SortOrder
.SELF orderBy(ComparablePath<?> path, SortOrder order)
PropertyPath
to the ORDER BY
clause.path
- the PropertyPath
to order by.order
- the SortOrder
.Copyright © 2001–2016 mmm-Team. All rights reserved.