| 程序包 | 说明 |
|---|---|
| cn.easyutil.easyapi.datasource | |
| cn.easyutil.easyapi.interview.controller | |
| cn.easyutil.easyapi.service |
| 限定符和类型 | 方法和说明 |
|---|---|
<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)
自定义语句分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
EasyApiBindSqlResult<DBComplexTestGroupEntity> |
UnitController.selectGroups(SelectGroupsDto dto) |
EasyApiBindSqlResult<DBComplexTestEntity> |
UnitController.selectTests(SelectGroupsDto dto) |
EasyApiBindSqlResult<DBUserEntity> |
UserController.selectUsers(SelectUsersDto dto) |
| 限定符和类型 | 方法和说明 |
|---|---|
EasyApiBindSqlResult |
DBService.page(EasyapiBindSQLExecuter executer,
Integer current,
Integer showCount) |
EasyApiBindSqlResult |
DBService.page(T t,
Integer current,
Integer showCount) |
Copyright © 2021. All rights reserved.