java.lang.Object
com.gsitm.ustra.java.data.mybatis.pagination.support.SQLHelp

public class SQLHelp extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getCount(org.apache.ibatis.mapping.MappedStatement mappedStatement, org.apache.ibatis.transaction.Transaction transaction, Object parameterObject, org.apache.ibatis.mapping.BoundSql boundSql, Dialect dialect)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SQLHelp

      public SQLHelp()
  • Method Details

    • getCount

      public static int getCount(org.apache.ibatis.mapping.MappedStatement mappedStatement, org.apache.ibatis.transaction.Transaction transaction, Object parameterObject, org.apache.ibatis.mapping.BoundSql boundSql, Dialect dialect) throws SQLException
      Throws:
      SQLException