Uses of Record Class
cloud.opencode.base.web.page.Sort
Packages that use Sort
-
Uses of Sort in cloud.opencode.base.web
Methods in cloud.opencode.base.web with parameters of type SortModifier and TypeMethodDescriptionstatic PageRequestOpenWeb.pageRequest(int page, int size, Sort sort) Create page request with sort 创建带排序的分页请求 -
Uses of Sort in cloud.opencode.base.web.page
Methods in cloud.opencode.base.web.page that return SortModifier and TypeMethodDescriptionSort.and(Sort.Order order) Add and return new sort 添加并返回新排序Add ascending sort 添加升序Add descending sort 添加降序static SortCreate sort by property ascending 按属性升序创建排序static SortSort.by(Sort.Order... orders) Create sort by multiple properties 按多个属性创建排序static SortSort.by(List<Sort.Order> orders) Create sort by multiple properties 按多个属性创建排序static SortCreate sort by property descending 按属性降序创建排序static SortParse sort string 解析排序字符串PageRequest.sort()Returns the value of thesortrecord component.static SortSort.unsorted()Create unsorted 创建无排序Methods in cloud.opencode.base.web.page with parameters of type SortModifier and TypeMethodDescriptionstatic PageRequestCreate page request with sort 创建带排序的分页请求With different sort 使用不同的排序Constructors in cloud.opencode.base.web.page with parameters of type SortModifierConstructorDescriptionPageRequest(int page, int size, Sort sort) Compact constructor with validation 带验证的紧凑构造函数