类的使用
cn.vonce.sql.page.PageHelper.PagingMethod
使用PageHelper.PagingMethod的程序包
-
cn.vonce.sql.page中PageHelper.PagingMethod的使用
修饰符和类型方法说明PageHelper.getPagingMethod()获取pagingMethod分页查询的方法名称
如果pagingMethod为空 默认 count 方法名为"count",select方法名为"select"参数类型为PageHelper.PagingMethod的cn.vonce.sql.page中的方法修饰符和类型方法说明voidPageHelper.setPagingMethod(PageHelper.PagingMethod pagingMethod) 设置pagingMethod,count(统计),select(查询)方法的名称