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 Details

    • BoundSqlSqlSource

      public BoundSqlSqlSource(org.apache.ibatis.mapping.BoundSql boundSql)
  • Method Details

    • getBoundSql

      public org.apache.ibatis.mapping.BoundSql getBoundSql(Object parameterObject)
      Specified by:
      getBoundSql in interface org.apache.ibatis.mapping.SqlSource