| 程序包 | 说明 |
|---|---|
| com.gitee.fastmybatis.core | |
| com.gitee.fastmybatis.core.support | |
| com.gitee.fastmybatis.core.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PageInfo<E>
封装查询结果
|
class |
PageSupport<E>
分页支持类
|
| 限定符和类型 | 方法和说明 |
|---|---|
PageResult |
PageSupport.process(EntityProcessor<E> processor) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PageEasyui<E>
支持easyui表格的json结果
{"total":28,"rows":[{...},{...}]} |
| 限定符和类型 | 方法和说明 |
|---|---|
static <Entity,T extends PageResult<Entity>> |
MapperUtil.query(SchMapper<Entity,?> mapper,
Query query,
Class<T> pageResultClass)
分页查询
|
Copyright © 2021. All Rights Reserved.