public class HSQLDialect extends Dialect
boundSql, mappedStatement, pageBounds, pageParameters, parameterMappings, parameterObject, typeHandlerRegistry| 构造器和说明 |
|---|
HSQLDialect(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语句
|
getCountSQL, getCountString, getPageSQL, getParameterMappings, getParameterObject, getSortString, init, setPageParameterpublic HSQLDialect(org.apache.ibatis.mapping.MappedStatement mappedStatement,
Object parameterObject,
PageBounds pageBounds)
Copyright © 2018. All rights reserved.