Releases: chuntungho/mybatis-builder
Releases · chuntungho/mybatis-builder
Mybatis Builder v1.0.5
- Added "Copy as Executable SQL" popup menu which will resolve placeholders of printed SQL in Mybatis log
- Improved java file merger to remove unused import
- Other minor enhancements
Mybatis Builder v1.0.4
- Supported customizable basic statements
- Supported to rename mapper, example and sql file
- Improved select with lock plugin
- Fixed table config persistence issue
Mybatis Builder v1.0.3
- Supported "Run Mybatis Generator" on configuration file popup menu
- Supported auto merger for java file
- Supported custom mapper annotation
Mybatis Builder v1.0.2
- Fixed class not found issue for custom connection.
- Supported more databases: oracle, sqlserver, sqlite and h2.
- Improved tree UI operation.
- Provided with new features:
- Lombok @DaTa on java model support.
- Select with lock support, which will generate new methods selectByPrimaryKeyWithLock/selectByExampleWithLock on java client.
Mybatis Builder v1.0.1
Improve UI operation