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) Deprecated, for removal: This API element is subject to removal in a future version.This method will become internal only API.static <P> OrderBy<P> Create an OrderBy parsing the given order by clause.ExpressionList.orderBy()Return the OrderBy so that you can append an ascending or descending property to the order by clause.OrderBy<?> Paging.orderBy()Return the order by.Query.orderBy()Return the OrderBy so that you can append an ascending or descending property to the order by clause.