public class Sort extends Object implements WherePermissible<Sort>
| Modifier and Type | Method and Description |
|---|---|
SortField[] |
getFields() |
Set<WherePermit> |
getTargetSet() |
static Sort |
instance(SortField... fields) |
boolean |
isEmpty() |
void |
setFields(SortField... fields) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic Sort()
public Sort(SortField... fields)
public Set<WherePermit> getTargetSet()
getTargetSet in interface WherePermissible<Sort>public boolean isEmpty()
public SortField[] getFields()
public void setFields(SortField... fields)
Copyright © 2019. All rights reserved.