Uses of Class
com.power4j.fist.data.domain.Sort
Packages that use Sort
-
Uses of Sort in com.power4j.fist.data.crud.repository
Methods in com.power4j.fist.data.crud.repository with parameters of type Sort -
Uses of Sort in com.power4j.fist.data.domain
Fields in com.power4j.fist.data.domain declared as SortMethods in com.power4j.fist.data.domain that return SortModifier and TypeMethodDescriptionPageable.getSort()返回排序参数Paged.getSort()返回请求使用的排序参数PageImpl.getSort()PageRequest.getSort()default Sort返回排序参数static SortSort.of(Sort.Direction direction, String... props) static Sortstatic SortSort.of(Collection<Sort.Order> orders) Sort.order(Sort.Order order) Sort.orders(List<Sort.Order> orders) Methods in com.power4j.fist.data.domain with parameters of type Sort