类 PageRequestAdapter


  • public class PageRequestAdapter
    extends Object
    • 方法详细资料

      • of

        public static org.springframework.data.domain.PageRequest of​(int start,
                                                                     int end)
      • of

        public static org.springframework.data.domain.PageRequest of​(int start,
                                                                     int end,
                                                                     org.springframework.data.domain.Sort sort)
      • of

        public static org.springframework.data.domain.PageRequest of​(FilterBody filter)