public static class Sort.Order extends Object implements Serializable
| 构造器和说明 |
|---|
Order(Sort.Direction direction,
String property) |
Order(Sort.Direction direction,
String property,
Sort.NullHandling nullHandlingHint) |
Order(String property) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Sort.Direction |
getDirection() |
Sort.NullHandling |
getNullHandling() |
String |
getProperty() |
int |
hashCode() |
Sort.Order |
ignoreCase() |
boolean |
isAscending() |
boolean |
isDescending() |
boolean |
isIgnoreCase() |
boolean |
isPropertyChanged() |
Sort.Order |
nullsFirst() |
Sort.Order |
nullsLast() |
Sort.Order |
nullsNative() |
void |
setProperty(String property) |
void |
setPropertyChanged(boolean propertyChanged) |
String |
toString() |
Sort.Order |
with(Sort.Direction direction) |
Sort.Order |
with(Sort.NullHandling nullHandling) |
Sort |
withProperties(String... properties) |
Sort.Order |
withProperty(String property) |
public Order(Sort.Direction direction, String property)
public Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint)
public Order(String property)
public Sort.Direction getDirection()
public String getProperty()
public boolean isPropertyChanged()
public void setPropertyChanged(boolean propertyChanged)
public void setProperty(String property)
public boolean isAscending()
public boolean isDescending()
public boolean isIgnoreCase()
public Sort.Order with(Sort.Direction direction)
public Sort.Order with(Sort.NullHandling nullHandling)
public Sort.Order withProperty(String property)
public Sort.Order ignoreCase()
public Sort.Order nullsFirst()
public Sort.Order nullsLast()
public Sort.Order nullsNative()
public Sort.NullHandling getNullHandling()
Copyright © 2019. All rights reserved.