- java.lang.Object
-
- org.hibernate.query.criteria.internal.OrderImpl
-
- All Implemented Interfaces:
- java.io.Serializable, javax.persistence.criteria.Order
public class OrderImpl
extends java.lang.Object
implements javax.persistence.criteria.Order, java.io.Serializable
Represents an ORDER BY fragment.
- 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 inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.