| Package | Description |
|---|---|
| javax.jdo | |
| javax.jdo.query |
Package providing expressions for building a typed JDOQL query.
|
| Modifier and Type | Method and Description |
|---|---|
JDOQLTypedQuery<T> |
JDOQLTypedQuery.orderBy(OrderExpression<?>... orderExprs)
Method to set the ordering of the query.
|
| Modifier and Type | Method and Description |
|---|---|
OrderExpression |
ComparableExpression.asc()
Method to return an order expression for this expression in ascending order.
|
OrderExpression |
ComparableExpression.desc()
Method to return an order expression for this expression in descending order.
|
Copyright © 2015. All rights reserved.