| 构造器和说明 |
|---|
AbstractDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.mapping.BoundSql |
createNewBoundSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql)
复制BoundSql对象
|
org.apache.ibatis.mapping.MappedStatement |
createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql)
复制BoundSql对象
|
org.apache.ibatis.mapping.MappedStatement |
createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.SqlSource newSqlSource)
复制MappedStatement对象
|
String |
getSqlBody(String sql) |
org.apache.ibatis.mapping.SqlSource |
getSqlSource(org.apache.ibatis.mapping.BoundSql boundSql) |
void |
setProperties(Properties properties) |
concatCountSql, concatPageSqlpublic void setProperties(Properties properties)
setProperties 在接口中 Dialectpublic org.apache.ibatis.mapping.BoundSql createNewBoundSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql)
createNewBoundSql 在接口中 Dialectpublic org.apache.ibatis.mapping.MappedStatement createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql)
createNewMappedStatement 在接口中 Dialectpublic org.apache.ibatis.mapping.MappedStatement createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.SqlSource newSqlSource)
createNewMappedStatement 在接口中 Dialectpublic String getSqlBody(String sql)
getSqlBody 在接口中 Dialectpublic org.apache.ibatis.mapping.SqlSource getSqlSource(org.apache.ibatis.mapping.BoundSql boundSql)
getSqlSource 在接口中 DialectCopyright © 2018. All rights reserved.