| 程序包 | 说明 |
|---|---|
| cn.org.atool.fluent.mybatis.base | |
| cn.org.atool.fluent.mybatis.base.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
PagedList<E> |
IDaoProtected.pagedEntity(IQuery query)
分页查询实例
|
PagedList<Map<String,Object>> |
IDaoProtected.pagedMaps(IQuery query)
分页查询数据(结果集为Map对象)
|
<POJO> PagedList<POJO> |
IDaoProtected.pagedPoJos(IQuery query,
Function<Map<String,Object>,POJO> converter)
分页查询数据(结果集为PoJo对象)
|
| 限定符和类型 | 方法和说明 |
|---|---|
PagedList<E> |
DaoProtectedImpl.pagedEntity(IQuery query) |
PagedList<Map<String,Object>> |
DaoProtectedImpl.pagedMaps(IQuery query) |
<POJO> PagedList<POJO> |
DaoProtectedImpl.pagedPoJos(IQuery query,
Function<Map<String,Object>,POJO> converter) |
Copyright © 2020. All rights reserved.