Uses of Class
cloud.opencode.base.core.page.Sort
Packages that use Sort
-
Uses of Sort in cloud.opencode.base.core.page
Fields in cloud.opencode.base.core.page declared as SortMethods in cloud.opencode.base.core.page that return SortModifier and TypeMethodDescriptionstatic SortSort.by(Sort.Direction direction, String property) static SortSort.by(Sort.Direction direction, String... properties) static SortSort.by(Sort.Order... orders) static Sortstatic SortSort.by(List<Sort.Order> orders) PageRequest.sort()Returns the value of thesortrecord component.static SortSort.unsorted()Methods in cloud.opencode.base.core.page with parameters of type SortConstructors in cloud.opencode.base.core.page with parameters of type SortModifierConstructorDescriptionPageRequest(long page, long size, Sort sort) Creates an instance of aPageRequestrecord class.