内容简介:MyBatis dynamic SQL 1.1.4 已发布,MyBatis Dynamic SQL 是生成动态 SQL 语句的框架,可把它看作是一个类型安全的 SQL 模板库,它还支持 MyBatis3 和 Spring JDBC 模板。 此版本包含两项增强功能: 支持在计数、...
MyBatis dynamic SQL 1.1.4 已发布,MyBatis Dynamic SQL 是生成动态 SQL 语句的框架,可把它看作是一个类型安全的 SQL 模板库,它还支持 MyBatis3 和 Spring JDBC 模板。
此版本包含两项增强功能:
- 支持在计数、删除、选择和更新语句之间共享 where 子句
- 改进 Kotlin DSL - 删除了一些引起歧义的扩展方法,并添加了自定义构建器
以及一项 bug 修复:
- 修复了以下错误:在子查询中首先使用限制/偏移/获取会导致参数名称冲突
完整更新内容可查看:
https://github.com/mybatis/mybatis-dynamic-sql/issues?q=is%3Aclosed+milestone%3A1.1.4
Maven
<dependency>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.1.4</version>
</dependency>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Single Page Web Applications
Michael Mikowski、Josh Powell / Manning Publications / 2013-9-30 / USD 44.99
Code for most web sites mostly runs on the server. When a user clicks on a link, the site reacts slowly because the browser sends information to the server and the server sends it back again before di......一起来看看 《Single Page Web Applications》 这本书的介绍吧!