public class DbManage extends Object
public static cn.hutool.db.Db getDb()
public static boolean isMysql()
public static List<cn.hutool.db.Entity> findAll(cn.hutool.db.Entity entity) throws SQLException
SQLExceptionpublic static cn.hutool.db.PageResult<cn.hutool.db.Entity> page(cn.hutool.db.Entity entity,
cn.hutool.db.Page page)
throws SQLException
SQLExceptionCopyright © 2022. All rights reserved.