|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.jpa.criteria.OrderImpl
public class OrderImpl
Implementation of JPA2 Criteria "Order".
| Constructor Summary | |
|---|---|
OrderImpl(javax.persistence.criteria.Expression<?> expr,
boolean asc)
Constructor for an Order. |
|
| Method Summary | |
|---|---|
javax.persistence.criteria.Expression<?> |
getExpression()
|
org.datanucleus.query.expression.OrderExpression |
getQueryExpression()
Method to return the underlying DataNucleus query expression that this equates to. |
boolean |
isAscending()
|
javax.persistence.criteria.Order |
reverse()
|
java.lang.String |
toString()
Method to return the JPQL single-string that this equates to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderImpl(javax.persistence.criteria.Expression<?> expr,
boolean asc)
expr - The expressionasc - Whether it is ascending| Method Detail |
|---|
public javax.persistence.criteria.Expression<?> getExpression()
getExpression in interface javax.persistence.criteria.Orderpublic boolean isAscending()
isAscending in interface javax.persistence.criteria.Orderpublic javax.persistence.criteria.Order reverse()
reverse in interface javax.persistence.criteria.Orderpublic org.datanucleus.query.expression.OrderExpression getQueryExpression()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||