| 限定符和类型 | 字段和说明 |
|---|---|
protected CountSqlParser |
countSqlParser |
| 构造器和说明 |
|---|
AbstractDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCountSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
Object parameterObject,
org.apache.ibatis.session.RowBounds rowBounds,
org.apache.ibatis.cache.CacheKey countKey)
生成 count 查询 sql
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterAll, afterCount, afterPage, beforeCount, beforePage, getPageSql, processParameterObject, setProperties, skipprotected CountSqlParser countSqlParser
public String getCountSql(org.apache.ibatis.mapping.MappedStatement ms, org.apache.ibatis.mapping.BoundSql boundSql, Object parameterObject, org.apache.ibatis.session.RowBounds rowBounds, org.apache.ibatis.cache.CacheKey countKey)
DialectgetCountSql 在接口中 Dialectms - MappedStatementboundSql - 绑定 SQL 对象parameterObject - 方法参数rowBounds - 分页参数countKey - count 缓存 keyCopyright © 2019. All rights reserved.