新一代国产 ORM 框架 sagacity-sqltoy-5.2.10 发版
开源地址: github:https://github.com/sagframe/sagacity-sqltoy gitee:https://gitee.com/sagacity/sagacity-sqltoy idea 插件 (可直接在 idea 中检索安装):https://github.com/threefish/sqltoy-idea-plugins 更新内容 1、增加h2数据库的支持,便于开展项目测试 2、getTranslateCache支持返回Map类型 3、优化loadAll功能,按照查询顺序输出结果 4、增加sql自定义处理拦截器用于进行类似租户过滤等(beta),spring.sqltoy.sqlInterceptors数组 public interface SqlInterceptor { /** * @TODO 对最终执行sql和sql参数进行处理 * @param sqlToyContext 支持getEntityMeta(tableName)获取表信息 * @param sqlToyConfig 传递原本的sql配置,可以通过获...