public class PageDynamicSqlSource extends PageSqlSource implements Constant
localParserORIGINAL_PARAMETER_OBJECT, PAGEPARAMETER_FIRST, PAGEPARAMETER_SECOND, PROVIDER_OBJECT, SUFFIX_COUNT, SUFFIX_PAGE| 构造器和说明 |
|---|
PageDynamicSqlSource(org.apache.ibatis.scripting.xmltags.DynamicSqlSource sqlSource) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.apache.ibatis.mapping.BoundSql |
getCountBoundSql(Object parameterObject)
获取Count查询的BoundSql
|
protected org.apache.ibatis.mapping.BoundSql |
getDefaultBoundSql(Object parameterObject)
获取正常的BoundSql
|
protected org.apache.ibatis.mapping.BoundSql |
getPageBoundSql(Object parameterObject)
获取分页查询的BoundSql
|
getBoundSql, getCount, setParserpublic PageDynamicSqlSource(org.apache.ibatis.scripting.xmltags.DynamicSqlSource sqlSource)
protected org.apache.ibatis.mapping.BoundSql getDefaultBoundSql(Object parameterObject)
PageSqlSourcegetDefaultBoundSql 在类中 PageSqlSourceprotected org.apache.ibatis.mapping.BoundSql getCountBoundSql(Object parameterObject)
PageSqlSourcegetCountBoundSql 在类中 PageSqlSourceprotected org.apache.ibatis.mapping.BoundSql getPageBoundSql(Object parameterObject)
PageSqlSourcegetPageBoundSql 在类中 PageSqlSourceCopyright © 2016. All rights reserved.