public class PageStaticSqlSource extends PageSqlSource
localParser| 构造器和说明 |
|---|
PageStaticSqlSource(org.apache.ibatis.builder.StaticSqlSource 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 PageStaticSqlSource(org.apache.ibatis.builder.StaticSqlSource 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.