public class PageDynamicSqlSource extends PageSqlSource implements OrderBySqlSource, Constant
ORIGINAL_PARAMETER_OBJECT, PAGEPARAMETER_FIRST, PAGEPARAMETER_SECOND, PROVIDER_OBJECT, SUFFIX_COUNT, SUFFIX_PAGE| 构造器和说明 |
|---|
PageDynamicSqlSource(org.apache.ibatis.scripting.xmltags.DynamicSqlSource sqlSource,
Parser parser) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.apache.ibatis.mapping.BoundSql |
getCountBoundSql(Object parameterObject)
获取Count查询的BoundSql
|
protected org.apache.ibatis.mapping.BoundSql |
getDefaultBoundSql(Object parameterObject)
获取正常的BoundSql
|
org.apache.ibatis.mapping.SqlSource |
getOriginal()
获取原来的sqlSource
|
protected org.apache.ibatis.mapping.BoundSql |
getPageBoundSql(Object parameterObject)
获取分页查询的BoundSql
|
getBoundSql, getCountpublic PageDynamicSqlSource(org.apache.ibatis.scripting.xmltags.DynamicSqlSource sqlSource,
Parser parser)
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 在类中 PageSqlSourcepublic org.apache.ibatis.mapping.SqlSource getOriginal()
OrderBySqlSourcegetOriginal 在接口中 OrderBySqlSourceCopyright © 2015. All rights reserved.