T
- The field typepublic interface SortField<T> extends QueryPart
Field.asc()
,
Field.desc()
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of this sort field
|
SortOrder |
getOrder()
Get the underlying sort order of this sort field
|
SortField<T> |
nullsFirst()
Add a
NULLS FIRST clause to this sort field |
SortField<T> |
nullsLast()
Add a
NULLS LAST clause to this sort field |
Copyright © 2014. All Rights Reserved.