fix comment

This commit is contained in:
Looly 2020-12-06 07:51:55 +08:00
parent 36588f7e07
commit 54749abfcc
3 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class Hutool {
/** /**
* 显示Hutool所有的工具类 * 显示Hutool所有的工具类
* *
* @return 工具类名集合
* @since 5.5.2 * @since 5.5.2
*/ */
public static Set<Class<?>> getAllUtils() { public static Set<Class<?>> getAllUtils() {

View File

@ -85,6 +85,7 @@ public class DialectRunner implements Serializable {
* *
* @param conn 数据库连接 * @param conn 数据库连接
* @param record 记录 * @param record 记录
* @param generatedKeysHandler 自增主键处理器用于定义返回自增主键的范围和类型
* @return 主键列表 * @return 主键列表
* @throws SQLException SQL执行异常 * @throws SQLException SQL执行异常
*/ */

View File

@ -383,6 +383,7 @@ public class SqlConnRunner extends DialectRunner {
* @param fields 返回的字段列表null则返回所有字段 * @param fields 返回的字段列表null则返回所有字段
* @param where 条件实体类包含表名 * @param where 条件实体类包含表名
* @param page 分页对象 * @param page 分页对象
* @param handler 结果集处理器
* @return 结果对象 * @return 结果对象
* @throws SQLException SQL执行异常 * @throws SQLException SQL执行异常
*/ */