public abstract class AbstractDialect extends Object implements Dialect
| Modifier and Type | Field and Description |
|---|---|
protected CountSqlParser |
countSqlParser |
protected JSqlParser |
jSqlParser |
| Constructor and Description |
|---|
AbstractDialect() |
| Modifier and Type | Method and Description |
|---|---|
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
|
void |
setProperties(Properties properties)
设置参数
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterAll, afterCount, afterPage, beforeCount, beforePage, getPageSql, processParameterObject, skipprotected CountSqlParser countSqlParser
protected JSqlParser jSqlParser
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 in interface Dialectms - MappedStatementboundSql - 绑定 SQL 对象parameterObject - 方法参数rowBounds - 分页参数countKey - count 缓存 keypublic void setProperties(Properties properties)
DialectsetProperties in interface Dialectproperties - 插件属性Copyright © 2023. All rights reserved.