mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 12:47:59 +08:00
fix comment
This commit is contained in:
parent
36588f7e07
commit
54749abfcc
@ -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() {
|
||||||
|
@ -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执行异常
|
||||||
*/
|
*/
|
||||||
|
@ -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执行异常
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user