Module org.eclipse.persistence.jpa
Class OrderImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.querydef.OrderImpl
- All Implemented Interfaces:
Order
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOrderImpl
(Expression expression) OrderImpl
(Expression expression, boolean isAscending) -
Method Summary
-
Field Details
-
expression
-
isAscending
protected boolean isAscending
-
-
Constructor Details
-
OrderImpl
-
OrderImpl
-
-
Method Details
-
getExpression
- Specified by:
getExpression
in interfaceOrder
-
isAscending
public boolean isAscending()- Specified by:
isAscending
in interfaceOrder
-
reverse
-
findRootAndParameters
-