新一代国产 ORM 框架 sagacity-sqltoy-5.1.42 发版
开源地址: github:https://github.com/sagframe/sagacity-sqltoy gitee:https://gitee.com/sagacity/sagacity-sqltoy idea 插件 (可直接在 idea 中检索安装):https://github.com/threefish/sqltoy-idea-plugins 更新内容 1、支持多字段in,例如:(id,type) in ((:ids,:types)) 或 (id,type) in (:ids,:types) List<StaffInfoVO> staffs = sqlToyLazyDao.findEntity(StaffInfoVO.class, EntityQuery.create().values(new StaffInfoVO())); String sql = "select * from sqltoy_staff_info where (staff_id,STAFF_CODE) " + "in ((:staffIdVOs.staffId,:staffId...