Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 54524

MyBatisCodeHelper 1.3 发布

$
0
0

MyBatisCodeHelper 1.3 发布了。MyBatisCodeHelper 是一款 Intellij 下的插件,通过 java 对象来生成建表 sql,mybatis curd 代码, 提供 mybatis 接口到 xml 文件的互相跳转,mybatis 接口方法名的重构,mybatis sql 的自动补全等。支持从 mybatis 接口的方法名直接生成对应的 sql,单表操作 90% 均可以自动生成,极大提升效率。

1.3版本更新内容:

  • 生成mybatis文件时添加了索引和是否启用默认值 

  • 添加resultMap refid跳转至定义和重构

  • 添加greaterThanOrEqualTo and lessThanOrEqualTo and betweenOrEqualTo作为字段后条件

  • MyBatis 接口可配置是否添加@Mapper

  • 默认生成的sql语句添加了insertSelective

  • 可以从mybatis xml的方法名重构方法名

  • 修复module为空的警告

  • 优化了sql自动补全

1.2 版本链接:https://www.oschina.net/news/81912/mybatiscodehelper-1-2

详细介绍:https://github.com/gejun123456/MyBatisCodeHelper


Viewing all articles
Browse latest Browse all 54524

Trending Articles