Modifier and Type | Method and Description |
---|---|
default SELF |
FeatureOrderBy.orderBy(ComparablePath<?> path)
Adds the given
PropertyPath to the ORDER BY clause using default SortOrder (what should be
ascending ). |
SELF |
FeatureOrderBy.orderBy(ComparablePath<?> path,
SortOrder order)
Adds the given
PropertyPath to the ORDER BY clause. |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanPath
This is the interface for a
Path that is a BooleanArgument . |
interface |
NumberPath<V extends Number & Comparable<?>>
This is the interface for a
Path that is a NumberArgument . |
interface |
StringPath
This is the interface for a
Path that is a StringArgument . |
Modifier and Type | Field and Description |
---|---|
private ComparablePath<?> |
FeatureOrderByImpl.OrderByExpression.path |
Modifier and Type | Method and Description |
---|---|
ComparablePath<?> |
FeatureOrderByImpl.OrderByExpression.getPath() |
Modifier and Type | Method and Description |
---|---|
FeatureOrderByImpl |
FeatureOrderByImpl.orderBy(ComparablePath<?> path,
SortOrder order) |
Constructor and Description |
---|
OrderByExpression(ComparablePath<?> path,
SortOrder order)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanPathImpl
This is the implementation of
BooleanPath . |
class |
ComparablePathImpl<V extends Comparable<?>>
This is the implementation of
ComparablePath . |
class |
NumberPathImpl<V extends Number & Comparable<?>>
This is the implementation of
NumberPath . |
class |
StringPathImpl
This is the implementation of
StringPath . |
Modifier and Type | Method and Description |
---|---|
SELF |
AbstractSelectStatement.orderBy(ComparablePath<?> path,
SortOrder order) |
Copyright © 2001–2016 mmm-Team. All rights reserved.