public interface SortSpecification
Modifier and Type | Method and Description |
---|---|
SortSpecification |
descending()
Returns a new instance of the SortSpecification that should render as descending in an
ORDER BY clause.
|
boolean |
isDescending()
Return true if the sort order is descending.
|
String |
orderByName()
Return the phrase that should be written into a rendered order by clause.
|
SortSpecification descending()
String orderByName()
boolean isDescending()
Copyright © 2016–2021 MyBatis.org. All rights reserved.