T - The field typepublic interface SortField<T> extends NamedTypeProviderQueryPart<T>
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 |
getDataType, getDataType, getTypeinternalAPIcompareToString getName()
getName in interface NamedQueryPartSortOrder getOrder()
Copyright © 2013. All Rights Reserved.