com.github.miemiedev.mybatis.paginator
类 OffsetLimitInterceptor.BoundSqlSqlSource

java.lang.Object
  继承者 com.github.miemiedev.mybatis.paginator.OffsetLimitInterceptor.BoundSqlSqlSource
所有已实现的接口:
org.apache.ibatis.mapping.SqlSource
包容类:
OffsetLimitInterceptor

public static class OffsetLimitInterceptor.BoundSqlSqlSource
extends Object
implements org.apache.ibatis.mapping.SqlSource


构造方法摘要
OffsetLimitInterceptor.BoundSqlSqlSource(org.apache.ibatis.mapping.BoundSql boundSql)
           
 
方法摘要
 org.apache.ibatis.mapping.BoundSql getBoundSql(Object parameterObject)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OffsetLimitInterceptor.BoundSqlSqlSource

public OffsetLimitInterceptor.BoundSqlSqlSource(org.apache.ibatis.mapping.BoundSql boundSql)
方法详细信息

getBoundSql

public org.apache.ibatis.mapping.BoundSql getBoundSql(Object parameterObject)
指定者:
接口 org.apache.ibatis.mapping.SqlSource 中的 getBoundSql


Copyright © 2015. All rights reserved.