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 | Field and Description |
---|---|
protected OrderExpression.OrderDirection |
OrderExpressionImpl.direction
The order direction for this expression.
|
Modifier and Type | Method and Description |
---|---|
OrderExpression.OrderDirection |
OrderExpressionImpl.getDirection() |
Constructor and Description |
---|
OrderExpressionImpl(Expression<T> expr,
OrderExpression.OrderDirection dir) |
Modifier and Type | Method and Description |
---|---|
OrderExpression.OrderDirection |
OrderExpression.getDirection()
Accessor for the direction of the ordering with this expression.
|
static OrderExpression.OrderDirection |
OrderExpression.OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderExpression.OrderDirection[] |
OrderExpression.OrderDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.