Uses of Class
cool.scx.data.query.OrderBy
Packages that use OrderBy
-
Uses of OrderBy in cool.scx.data.query
Subclasses with type arguments of type OrderBy in cool.scx.data.queryMethods in cool.scx.data.query that return OrderByModifier and TypeMethodDescriptionstatic OrderByQueryBuilder.asc(String selector, BuildControl... controls) 正序 : 也就是从小到大 (1,2,3,4,5,6)static OrderByQueryBuilder.desc(String selector, BuildControl... controls) 倒序 : 也就是从大到小 (6,5,4,3,2,1)OrderBy[]Query.getOrderBys()获取 排序列表OrderBy[]QueryImpl.getOrderBys()OrderBy[]QueryLike.getOrderBys()static OrderByQueryBuilder.orderBy(String selector, OrderByType orderByType, BuildControl... controls) Methods in cool.scx.data.query with parameters of type OrderBy