| 程序包 | 说明 |
|---|---|
| cn.easyutil.easyapi.datasource |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> EasyApiBindSqlResult<T> |
EasyapiBindSqlExecution.listPage(EasyapiBindSQLExecuter executer,
Integer currentPageParam,
Integer showCountParam)
分页查询(依据不为空的条件查询) 查询完毕将page信息回填到参数bean的page属性中
|
<T> EasyApiBindSqlResult<T> |
EasyapiBindSqlExecution.listPage(T obj,
Integer currentPageParam,
Integer showCountParam)
分页查询,支持聚合
|
<T> EasyApiBindSqlResult<T> |
EasyapiBindSqlExecution.listPage(T obj,
Integer currentPageParam,
Integer showCountParam,
String orderByTfd,
boolean desc)
分页查询,支持排序
|
<T> EasyApiBindSqlResult<T> |
EasyapiBindSqlExecution.queryListPage(String sql,
Class<T> clazz,
Integer currentPageParam,
Integer showCountParam)
自定义语句分页查询
|
<T> EasyApiBindSqlResult<T> |
EasyapiBindSqlExecution.queryListPage(String sql,
Class<T> clazz,
Integer currentPageParam,
Integer showCountParam,
Object... params)
自定义语句分页查询
|
EasyApiBindSqlResult<Map> |
EasyapiBindSqlExecution.queryListPage(String sql,
Integer currentPageParam,
Integer showCountParam)
自定义语句分页查询
|
EasyApiBindSqlResult<Map> |
EasyapiBindSqlExecution.queryListPage(String sql,
Integer currentPageParam,
Integer showCountParam,
Object... params)
自定义语句分页查询
|
Copyright © 2021. All rights reserved.