|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dna.graph.query.QueryBuilder.OrderByBuilder
public class QueryBuilder.OrderByBuilder

The component used to build the order-by clause. When the clause is completed, end() should be called to return to
the QueryBuilder instance.
| Method Summary | |
|---|---|
QueryBuilder.OrderByOperandBuilder |
ascending()
Begin specifying an order-by specification using ascending order. |
QueryBuilder.OrderByOperandBuilder |
descending()
Begin specifying an order-by specification using descending order. |
QueryBuilder |
end()
Complete the order-by clause and return the QueryBuilder instance. |
QueryBuilder.OrderByBuilder |
then()
An optional convenience method that returns this builder, but which makes the code using this builder more readable. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public QueryBuilder.OrderByOperandBuilder ascending()
ascending order.
public QueryBuilder.OrderByOperandBuilder descending()
descending order.
public QueryBuilder.OrderByBuilder then()
public QueryBuilder end()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||