List of usage examples for org.apache.ibatis.session RowBounds subclass-usage
From source file com.baomidou.mybatisplus.plugins.pagination.Pagination.java
/**
* <p>
* ?
* </p>
* ? org.apache.ibatis.session.RowBounds<br>
* ???RowBounds???
From source file com.github.pagehelper.PageRowBounds.java
/** * @author liuzenghui */ public class PageRowBounds extends RowBounds { private Long total;
From source file com.mybatisX.plugins.pagination.Pagination.java
/**
* <p>
* ?
* </p>
* ? org.apache.ibatis.session.RowBounds<br>
* ???RowBounds???
From source file com.sinotopia.mybatis.pagehelper.PageRowBounds.java
/** * @author cacotopia */ public class PageRowBounds extends RowBounds { private Long total;
From source file com.sinotopia.mybatis.plus.plugins.pagination.Pagination.java
/**
* <p>
* ?
* </p>
* ? org.apache.ibatis.session.RowBounds<br>
* ???RowBounds???
From source file com.tj.mybatisplus.plugins.pagination.Pagination.java
/**
* <p>
* ?
* </p>
* ? org.apache.ibatis.session.RowBounds<br>
* ???RowBounds???
From source file org.openlmis.core.domain.Pagination.java
/**
* Pagination represents an entity that keeps track of the current page number of any record, size of a page,
* number of pages and total records.
*/
@NoArgsConstructor
@EqualsAndHashCode(callSuper = false)