类的使用
cn.vonce.sql.bean.Paging
使用Paging的程序包
-
cn.vonce.sql.bean中Paging的使用
返回Paging的cn.vonce.sql.bean中的方法 -
cn.vonce.sql.page中Paging的使用
返回Paging的cn.vonce.sql.page中的方法 -
cn.vonce.sql.provider中Paging的使用
参数类型为Paging的cn.vonce.sql.provider中的方法修饰符和类型方法说明static StringSqlBeanProvider.selectAllSql(SqlBeanMeta sqlBeanMeta, Class<?> clazz, Class<?> returnType, Paging paging) 查询全部static StringSqlBeanProvider.selectBySql(SqlBeanMeta sqlBeanMeta, Class<?> clazz, Class<?> returnType, Paging paging, String where, Object... args) 根据条件查询 -
cn.vonce.sql.service中Paging的使用
参数类型为Paging的cn.vonce.sql.service中的方法修饰符和类型方法说明查询全部<R> List<R>查询全部(可指定返回类型、查询的表)SelectService.selectBy(Paging paging, ConditionHandle<T> cond) 根据条件查询根据条件查询根据条件查询<R> List<R>SelectService.selectBy(Class<R> returnType, Paging paging, ConditionHandle<T> cond) 根据条件查询(可指定返回类型、查询的表)<R> List<R>根据条件查询(可指定返回类型、查询的表)<R> List<R>根据条件查询(可指定返回类型、查询的表)