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.order()Deprecated, for removal: This API element is subject to removal in a future version.migrate toExpressionList.orderBy().Query.order()Deprecated, for removal: This API element is subject to removal in a future version.migrate toQuery.orderBy().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.Modifier and TypeMethodDescriptionstatic PagingCreate a Paging with the given page index size and orderBy.Deprecated, for removal: This API element is subject to removal in a future version.migrate toQueryBuilder.setOrderBy(OrderBy).QueryBuilder.setOrderBy(OrderBy<T> orderBy) Set an OrderBy object to replace any existing OrderBy clause.