类的使用
plus.hiver.common.vo.SearchVo
使用SearchVo的程序包
-
plus.hiver.common.service中SearchVo的使用
参数类型为SearchVo的plus.hiver.common.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<StopWord>StopWordService.findByCondition(StopWord stopWord, SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 多条件分页获取org.springframework.data.domain.Page<User>UserService.findByCondition(User user, SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 多条件分页获取用户org.springframework.data.domain.Page<Log>LogService.findByConfition(Integer type, String key, SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 分页搜索获取日志 -
plus.hiver.common.serviceimpl中SearchVo的使用
参数类型为SearchVo的plus.hiver.common.serviceimpl中的方法修饰符和类型方法说明org.springframework.data.domain.Page<StopWord>StopWordServiceImpl.findByCondition(StopWord stopWord, SearchVo searchVo, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<User>UserServiceImpl.findByCondition(User user, SearchVo searchVo, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Log>LogServiceImpl.findByConfition(Integer type, String key, SearchVo searchVo, org.springframework.data.domain.Pageable pageable)