Class MybatisPaginationInterceptor.BoundSqlSqlSource
java.lang.Object
com.gsitm.ustra.java.data.mybatis.interceptor.MybatisPaginationInterceptor.BoundSqlSqlSource
- All Implemented Interfaces:
org.apache.ibatis.mapping.SqlSource
- Enclosing class:
- MybatisPaginationInterceptor
public static class MybatisPaginationInterceptor.BoundSqlSqlSource
extends Object
implements org.apache.ibatis.mapping.SqlSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqlgetBoundSql(Object parameterObject)
-
Constructor Details
-
BoundSqlSqlSource
public BoundSqlSqlSource(org.apache.ibatis.mapping.BoundSql boundSql)
-
-
Method Details
-
getBoundSql
- Specified by:
getBoundSqlin interfaceorg.apache.ibatis.mapping.SqlSource
-