Class RowBounds

java.lang.Object
org.apache.ibatis.session.RowBounds
org.aoju.bus.pager.RowBounds

public class RowBounds extends org.apache.ibatis.session.RowBounds
分页结果信息
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • RowBounds

      public RowBounds(int offset, int limit)
  • Method Details

    • getTotal

      public Long getTotal()
    • setTotal

      public void setTotal(Long total)
    • getCount

      public Boolean getCount()
    • setCount

      public void setCount(Boolean count)