| Package | Description |
|---|---|
| com.impetus.kundera.persistence | |
| com.impetus.kundera.query |
| Modifier and Type | Field and Description |
|---|---|
private KunderaQuery.SortOrder |
QueryOrder.ordering |
| Modifier and Type | Method and Description |
|---|---|
(package private) KunderaQuery.SortOrder |
QueryOrder.getOrder() |
| Constructor and Description |
|---|
QueryOrder(javax.persistence.criteria.Expression<?> expression,
KunderaQuery.SortOrder sortOrdering) |
| Modifier and Type | Field and Description |
|---|---|
(package private) KunderaQuery.SortOrder |
KunderaQuery.SortOrdering.order
The order.
|
| Modifier and Type | Method and Description |
|---|---|
KunderaQuery.SortOrder |
KunderaQuery.SortOrdering.getOrder()
Gets the order.
|
static KunderaQuery.SortOrder |
KunderaQuery.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KunderaQuery.SortOrder[] |
KunderaQuery.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KunderaQuery.SortOrdering(String columnName,
KunderaQuery.SortOrder order)
Instantiates a new sort ordering.
|
Copyright © 2015. All Rights Reserved.