新一代国产 ORM 框架 sagacity-sqltoy-5.1.22 发版
开源地址: github:https://github.com/sagframe/sagacity-sqltoy gitee:https://gitee.com/sagacity/sagacity-sqltoy idea 插件(可直接在idea中检索安装):https://github.com/threefish/sqltoy-idea-plugins 更新内容 1、updateByQuery支持set field=field+1 模式的自依赖更新 public Long updateByQuery() { StaffInfoVO staff = new StaffInfoVO(); staff.setStaffName("张"); staff.setStatus(1); return sqlToyLazyDao.updateByQuery(StaffInfoVO.class, EntityUpdate.create().set("createBy=concat(createBy,?)", "S001") .set("totalAmt=totalAmt+...


