T - The field typepublic interface SortField<T> extends QueryPart
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 FIRSTclause to this sort field | 
| SortField<T> | nullsLast()Add a  NULLS LASTclause to this sort field | 
java.lang.String getName()
SortOrder getOrder()
Copyright © 2015. All Rights Reserved.