Download Latest Version org.mybatis.generator.eclipse.site-1.4.2.202302200051.zip (1.4 MB)
Email in envelope

Get an email when there's a new version of MyBatis Generator

Home / mybatis-generator-1.4.1
Name Modified Size InfoDownloads / Week
Parent folder
org.mybatis.generator.eclipse.site-1.4.1.202203082207.zip 2022-03-08 1.4 MB
mybatis-generator-core-1.4.1-bundle.zip 2022-03-08 3.8 MB
MyBatis Generator Release 1.4.1 source code.tar.gz 2022-03-08 978.6 kB
MyBatis Generator Release 1.4.1 source code.zip 2022-03-08 1.8 MB
README.md 2022-03-08 1.5 kB
Totals: 5 Items   8.1 MB 0

This release is primarily focused on improving the generated code targeting MyBatis Dynamic SQL.

For Java users (targetRuntime = "MyBatis3DynamicSQL") the changes are relatively minor and should be transparent to most users.

For Kotlin users (targetRuntime = "MyBatis3Kotlin") the changes are more impactful and are aligned with updates to the Kotlin DSL in newer versions of MyBatis Dynamic SQL. After upgrading, the generated code will be different than Kotlin code generated with earlier versions of MyBatis Generator. There is information about making changes to accommodate these changes here: https://mybatis.org/generator/whatsNew.html

There are several other relatively minor changes.

For all users, the changes are fully detailed in the documentation here: https://mybatis.org/generator/whatsNew.html and the GitHub milestone here: https://github.com/mybatis/generator/issues?q=milestone%3A1.4.1

The new artifacts are available in Maven central at

:::xml
<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator</artifactId>
    <version>1.4.1</version>
</dependency>

and

:::xml
<dependency>
    <groupId>org.mybatis.generator</groupId>
    <artifactId>mybatis-generator-maven-plugin</artifactId>
    <version>1.4.1</version>
</dependency>

You can install the eclipse feature from the eclipse market place here: https://marketplace.eclipse.org/content/mybatis-generator

Source: README.md, updated 2022-03-08