T
- The field typepublic interface SortField<T> extends OrderField<T>
Field.asc()
,
Field.desc()
Modifier and Type | Method and Description |
---|---|
java.lang.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 |
java.lang.String getName()
SortOrder getOrder()
Copyright © 2018. All Rights Reserved.