public interface OrderByBuilder extends AbstractBuilder<OrderByClause>
ORDER BY clause in SQL SELECT query.OrderByClause,
SortSpecification| Modifier and Type | Method and Description |
|---|---|
OrderByBuilder |
addSortSpecs(SortSpecification... specs)
Adds sort specifications to this
ORDER BY clause. |
List<SortSpecification> |
getSortSpecs()
Returns the list of added sort specifications.
|
createExpressionOrderByBuilder addSortSpecs(SortSpecification... specs)
ORDER BY clause.specs - The sort specifications for this ORDER BY clause.List<SortSpecification> getSortSpecs()
Copyright © 2010-2012. All Rights Reserved.