类的使用
cn.virens.common.entity.result.PageResultQuery
使用PageResultQuery的程序包
程序包
说明
-
cn.virens.common.entity.result中PageResultQuery的使用
类型变量类型为PageResultQuery的cn.virens.common.entity.result中的方法参数修饰符和类型方法说明static <R> PageResult<R>PageResultQuery.selectPage(PageParam param, Function<PageResultQuery, List<R>> fun) 执行分页查询static <R,T> PageResult<R> PageResultQuery.selectPage(PageParam param, Function<PageResultQuery, List<T>> fun, Function<List<T>, List<R>> format) 执行分页查询 -
cn.virens.common.service.dubbo.provider中PageResultQuery的使用
修饰符和类型方法说明protected List<?>BaseReadProviderImpl.doPageQuery(PageResultQuery query, PageParam param) 默认查询全部,如需使用分页,并且有条件查询,复写该方法 -
cn.virens.common.service.spring中PageResultQuery的使用
修饰符和类型方法说明protected List<?>BaseReadServiceImpl.doPageQuery(PageResultQuery query, PageParam param) 默认查询全部,如需使用分页,并且有条件查询,复写该方法