Uses of Class
io.ebean.OrderBy
Packages that use OrderBy
-
Uses of OrderBy in io.ebean
Modifier and TypeMethodDescriptionOrderBy.clear()
Clear the orderBy removing any current order by properties.OrderBy.copy()
Return a copy of the OrderBy.OrderBy.copyWithTrim
(String path) Return a copy of this OrderBy with the path trimmed.ExpressionList.order()
Return the OrderBy so that you can append an ascending or descending property to the order by clause.Query.order()
Return the OrderBy so that you can append an ascending or descending property to the order by clause.ExpressionList.orderBy()
Return the OrderBy so that you can append an ascending or descending property to the order by clause.Query.orderBy()
Return the OrderBy so that you can append an ascending or descending property to the order by clause.