类的使用
cn.virens.common.entity.result.PageResult
使用PageResult的程序包
程序包
说明
-
cn.virens.common.entity.result中PageResult的使用
修饰符和类型方法说明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中PageResult的使用
-
cn.virens.common.service.dubbo.consumer中PageResult的使用
-
cn.virens.common.service.dubbo.provider中PageResult的使用
-
cn.virens.common.service.spring中PageResult的使用
修饰符和类型方法说明PageResult<?>BaseReadService.selectPage(PageParam pageParam) 根据 分页信息查询列表PageResult<?>BaseReadServiceImpl.selectPage(PageParam param)