MyBatis Dynamic SQL 1.1.0
·
2448 commits
to master
since this release
This release includes many enhancements and two bug fixes.
The most important enhancement is the introduction of optional conditionals. They allow a where clause to be created that varies based on the value of the input parameters. See the following page for details and examples:
http://www.mybatis.org/mybatis-dynamic-sql/docs/conditions.html
The full list of changes can be viewed here:
https://github.com/mybatis/mybatis-dynamic-sql/issues?q=is%3Aclosed+milestone%3A1.1.0
All artifacts are available in Maven central under these coordinates:
<dependency>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.1.0</version>
</dependency>