| Package | Description |
|---|---|
| no.g9.support |
| Modifier and Type | Method and Description |
|---|---|
static FindOrder |
FindOrder.asc(String propertyName)
Create a new ascending FindOrder for the given property.
|
static FindOrder |
FindOrder.desc(String propertyName)
Create a new descending FindOrder for the given property.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindOrder> |
FindData.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
FindData.addOrder(FindOrder findOrder)
Add a new FindOrder object to the list used to generate "order by" from
the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindData.setOrder(List<FindOrder> order) |
Copyright © 2006–2017 Esito AS. All rights reserved.