Skip to content

Releases: chuntungho/mybatis-builder

Mybatis Builder v1.0.5

17 Jun 12:55
Compare
Choose a tag to compare
  • 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

12 Jun 05:34
Compare
Choose a tag to compare
  • 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

05 Jun 01:42
Compare
Choose a tag to compare
  • Supported "Run Mybatis Generator" on configuration file popup menu
  • Supported auto merger for java file
  • Supported custom mapper annotation

Mybatis Builder v1.0.2

29 May 07:59
Compare
Choose a tag to compare
  • 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

24 May 05:44
b9e7949
Compare
Choose a tag to compare

Improve UI operation