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 name, BuildControl... options) 正序 : 也就是从小到大 (1,2,3,4,5,6)static OrderByQueryBuilder.desc(String name, BuildControl... options) 倒序 : 也就是从大到小 (6,5,4,3,2,1)OrderBy[]Query.getOrderBys()获取 排序列表OrderBy[]QueryImpl.getOrderBys()OrderBy[]QueryLike.getOrderBys()Methods in cool.scx.data.query with parameters of type OrderBy -
Uses of OrderBy in cool.scx.data.query.serializer
Methods in cool.scx.data.query.serializer that return OrderByModifier and TypeMethodDescriptionQueryDeserializer.deserializeOrderBy(com.fasterxml.jackson.databind.JsonNode v) Methods in cool.scx.data.query.serializer with parameters of type OrderBy