public class PageUtil extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PageUtil.BoundSqlSqlSource |
| 构造器和说明 |
|---|
PageUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
clear() |
static org.apache.ibatis.mapping.BoundSql |
copyFromBoundSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql,
List<org.apache.ibatis.mapping.ParameterMapping> parameterMappings,
Object parameter) |
static org.apache.ibatis.mapping.MappedStatement |
copyFromNewSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql,
List<org.apache.ibatis.mapping.ParameterMapping> parameterMappings,
Object parameter) |
static int |
getCount(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object param,
PageBounds page,
String sql) |
static <T> T |
submit(Callable<T> callable) |
public static <T> T submit(Callable<T> callable) throws ExecutionException, InterruptedException
public static void clear()
public static org.apache.ibatis.mapping.MappedStatement copyFromNewSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql,
List<org.apache.ibatis.mapping.ParameterMapping> parameterMappings,
Object parameter)
public static org.apache.ibatis.mapping.BoundSql copyFromBoundSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql,
List<org.apache.ibatis.mapping.ParameterMapping> parameterMappings,
Object parameter)
public static int getCount(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Object param,
PageBounds page,
String sql)
throws SQLException
SQLExceptionCopyright © 2017. All Rights Reserved.