public interface SelectItem extends OrderByItem
The methods of this interface are used to define arguments that can be passed to the orderBy method for use in ordering selected items of the query result.
Modifier and Type | Method and Description |
---|---|
OrderByItem |
asc()
Return an OrderByItem referencing the SelectItem and specifying ascending
ordering.
|
OrderByItem |
desc()
Return an OrderByItem referencing the SelectItem and specifying
descending ordering.
|
OrderByItem asc()
OrderByItem desc()
Copyright © 2006–2016 Apache Software Foundation. All rights reserved.