- setCurrentPage(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
-
- setCurrentPage(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
-
设置当前页
- setDialectClass(String) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
-
- setFirstPage(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
-
- setHasNext(boolean) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
-
- setLimit(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
-
- setLimit(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
-
设置每页大小
- setMaxPageIndexNumber(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
-
- setMaxPageIndexNumber(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
-
设置页码标签列表大小
- setParameters(MappedStatement, BoundSql, Object) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
-
set parameters.
- setParameters(PreparedStatement, MappedStatement, BoundSql, Object) - 类 中的静态方法com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
-
对SQL参数(?)
- setProperties(Properties) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
-
- setProperties(Properties) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
-
- setRows(List<T>) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
-
- setRows(List<T>) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
-
设置该页数据
- setSqlPattern(String) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
-
- setTotal(int) - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.BasePagination
-
- setTotal(int) - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.Pagination
-
设置总页数
- SqlEvent - com.github.fartherp.framework.database.mybatis.orm中的接口
-
Created by IntelliJ IDEA.
- SqlHelper - com.github.fartherp.framework.database.mybatis.plugin.page中的类
-
Created by IntelliJ IDEA .
- SqlHelper() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.page.SqlHelper
-
- SqlMapper - com.github.fartherp.framework.database.mybatis.annotation中的注释类型
-
Created by IntelliJ IDEA.
- SqlMonitorManager - com.github.fartherp.framework.database.mybatis.plugin.monitor中的类
-
Created by IntelliJ IDEA.
- SqlMonitorManager() - 类 的构造器com.github.fartherp.framework.database.mybatis.plugin.monitor.SqlMonitorManager
-
- sqlPattern - 类 中的变量com.github.fartherp.framework.database.mybatis.plugin.page.BaseInterceptor
-
- supportsLimit() - 接口 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.Dialect
-
数据库本身是否支持分页当前的分页查询方式 如果数据库不支持的话,则不进行数据库分页
- supportsLimit() - 类 中的方法com.github.fartherp.framework.database.mybatis.plugin.page.dialect.MySQLDialect
-