|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.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.
Constructor Summary | |
---|---|
protected |
QueryBuilder.OrderByBuilder()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected QueryBuilder.OrderByBuilder()
Method Detail |
---|
public QueryBuilder.OrderByOperandBuilder ascending()
ascending order
.
public QueryBuilder.OrderByOperandBuilder descending()
descending order
.
public QueryBuilder.OrderByBuilder then()
public QueryBuilder end()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |