|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.jdo.query.OrderExpressionImpl<T>
public class OrderExpressionImpl<T>
Implementation of an ordering expression.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.datanucleus.query.typesafe.OrderExpression |
|---|
OrderExpression.OrderDirection |
| Field Summary | |
|---|---|
protected OrderExpression.OrderDirection |
direction
The order direction for this expression. |
protected Expression |
orderExpr
The ordering expression. |
| Constructor Summary | |
|---|---|
OrderExpressionImpl(Expression<T> expr,
OrderExpression.OrderDirection dir)
|
|
| Method Summary | |
|---|---|
OrderExpression.OrderDirection |
getDirection()
Accessor for the direction of the ordering with this expression. |
Expression<T> |
getExpression()
Accessor for the expression being used for ordering. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Expression orderExpr
protected OrderExpression.OrderDirection direction
| Constructor Detail |
|---|
public OrderExpressionImpl(Expression<T> expr,
OrderExpression.OrderDirection dir)
| Method Detail |
|---|
public OrderExpression.OrderDirection getDirection()
OrderExpression
getDirection in interface OrderExpression<T>public Expression<T> getExpression()
OrderExpression
getExpression in interface OrderExpression<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||