类 PageRowBounds


  • public class PageRowBounds
    extends org.apache.ibatis.session.RowBounds
    • 构造器详细资料

      • PageRowBounds

        public PageRowBounds​(Pageable pageable)
    • 方法详细资料

      • getTotal

        public int getTotal()
      • setTotal

        public void setTotal​(int total)
      • getPageNumber

        public int getPageNumber()
      • setPageNumber

        public void setPageNumber​(int pageNumber)
      • setTotalMap

        public void setTotalMap​(Map<String,​Number> totalMap)
      • getSumProperties

        public String[] getSumProperties()
      • setSumProperties

        public void setSumProperties​(String... sumProperties)
      • getCountProperties

        public String[] getCountProperties()
      • setCountProperties

        public void setCountProperties​(String[] countProperties)