| Package | Description |
|---|---|
| com.independentsoft.share.queryoptions |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PropertyOrder> |
OrderBy.getPropertyOrders()
Gets the property orders.
|
| Constructor and Description |
|---|
OrderBy(PropertyOrder propertyOrder)
Instantiates a new order by.
|
OrderBy(PropertyOrder[] propertyOrders)
Instantiates a new order by.
|
OrderBy(PropertyOrder propertyOrder1,
PropertyOrder propertyOrder2)
Instantiates a new order by.
|
OrderBy(PropertyOrder propertyOrder1,
PropertyOrder propertyOrder2,
PropertyOrder propertyOrder3)
Instantiates a new order by.
|
| Constructor and Description |
|---|
OrderBy(java.util.List<PropertyOrder> propertyOrders)
Instantiates a new order by.
|