com.github.miemiedev.mybatis.paginator.dialect
类 H2Dialect

java.lang.Object
  继承者 com.github.miemiedev.mybatis.paginator.dialect.Dialect
      继承者 com.github.miemiedev.mybatis.paginator.dialect.H2Dialect

public class H2Dialect
extends Dialect

A dialect compatible with the H2 database.

作者:
Thomas Mueller, miemiedev

字段摘要
 
从类 com.github.miemiedev.mybatis.paginator.dialect.Dialect 继承的字段
boundSql, mappedStatement, pageBounds, pageParameters, parameterMappings, parameterObject, typeHandlerRegistry
 
构造方法摘要
H2Dialect(org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameterObject, PageBounds pageBounds)
           
 
方法摘要
protected  String getLimitString(String sql, String offsetName, int offset, String limitName, int limit)
          将sql变成分页sql语句
 
从类 com.github.miemiedev.mybatis.paginator.dialect.Dialect 继承的方法
getCountSQL, getCountString, getPageSQL, getParameterMappings, getParameterObject, getSortString, init, setPageParameter
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

H2Dialect

public H2Dialect(org.apache.ibatis.mapping.MappedStatement mappedStatement,
                 Object parameterObject,
                 PageBounds pageBounds)
方法详细信息

getLimitString

protected String getLimitString(String sql,
                                String offsetName,
                                int offset,
                                String limitName,
                                int limit)
从类 Dialect 复制的描述
将sql变成分页sql语句

覆盖:
Dialect 中的 getLimitString


Copyright © 2015. All rights reserved.