| Package | Description |
|---|---|
| org.datanucleus.api.jdo.query |
Package providing DataNucleus' implementation of a typesafe query mechanism, primarily JDOQL.
|
| org.datanucleus.query.typesafe |
Package providing a typesafe query mechanism, primarily for JDO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderExpressionImpl<T>
Implementation of an ordering expression.
|
| Modifier and Type | Method and Description |
|---|---|
OrderExpression |
ComparableExpressionImpl.asc() |
OrderExpression |
ComparableExpressionImpl.desc() |
| Modifier and Type | Method and Description |
|---|---|
TypesafeQuery<T> |
JDOTypesafeQuery.orderBy(OrderExpression... exprs) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TypesafeQuery<T> |
TypesafeQuery.orderBy(OrderExpression... orderExprs)
Method to set the ordering of the query.
|
Copyright © 2013. All Rights Reserved.