-
- All Implemented Interfaces:
- Serializable, javax.persistence.criteria.Order
public class OrderImpl
extends Object
implements javax.persistence.criteria.Order, Serializable
Represents an ORDER BY fragment.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description |
OrderImpl(javax.persistence.criteria.Expression<?> expression) |
OrderImpl(javax.persistence.criteria.Expression<?> expression,
boolean ascending) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
javax.persistence.criteria.Expression<?> |
getExpression() |
boolean |
isAscending() |
javax.persistence.criteria.Order |
reverse() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved