接口 Pageable

  • 所有超级接口:
    org.springframework.data.domain.Pageable
    所有已知实现类:
    PageRequest

    public interface Pageable
    extends org.springframework.data.domain.Pageable
    • 字段详细资料

      • DEFAULT_FIRST_PAGE_NUMBER

        static final int DEFAULT_FIRST_PAGE_NUMBER
        另请参阅:
        常量字段值
      • DEFAULT_PAGE_SIZE

        static final int DEFAULT_PAGE_SIZE
        另请参阅:
        常量字段值
    • 方法详细资料

      • setPageNumber

        void setPageNumber​(int pageNumber)
      • setPageSize

        void setPageSize​(int pageSize)
      • setSort

        void setSort​(org.springframework.data.domain.Sort sort)
      • setSumProperties

        void setSumProperties​(String... sumProperties)
      • getSumProperties

        String[] getSumProperties()
      • setCountProperties

        void setCountProperties​(String... sumProperties)
      • getCountProperties

        String[] getCountProperties()
      • setFilterJson

        void setFilterJson​(String filterJson)
      • getFilterJson

        String getFilterJson()
      • map

        <T> T map​(Class<T> searchTermsClazz)