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) static OrderByQueryBuilder.desc(String selector, BuildControl... controls) 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