itfsw/mybatis-generator-plugin
Mybatis Generator 代码生成插件拓展,增加:查询单条数据插件(SelectOneByExamplePlugin)、MySQL分页插件(LimitPlugin)、数据Model链式构建插件(ModelBuilderPlugin)、Example Criteria 增强插件(ExampleEnhancedPlugin)、Example 目标包修改插件(ExampleTargetPlugin)、批量插入插件(BatchInsertPlugin)、逻辑删除插件(LogicalDeletePlugin)、数据Model属性对应Column获取插件(ModelColumnPlugin)、存在即更新(UpsertPlugin)、Selective选择插入更新增强插件(SelectiveEnhancedPlugin)、Table增加前缀插件(TableSuffixPlugin)、自定义注释插件(CommentPlugin)、增量插件(IncrementsPlugin)、查询结果选择性返回插件(SelectSelectivePlugin)、乐观锁插件(OptimisticLockerPlugin)、LombokPlugin等拓展。
JavaApache-2.0
Issues
- 0
什么时候才有批量更新的方法?
#157 opened by finley-one - 0
插件运行报错,请问这个是什么原因
#156 opened by bkbk-nice - 1
没有批量更新和批量选择更新的插件吗
#116 opened by wuyingfeng1998 - 1
columnOverride 导致逻辑删除插件无效
#155 opened by cooker - 1
- 0
能否增加空行插件
#152 opened by kaiei-chou - 0
批量插入batchInsertSelective无法返回id
#151 opened by seemoredebug - 0
- 0
请问批量插入开启allowMultiQueries后是否保证原子性
#147 opened by ConfigCpuTimer - 1
什么时候 mybatis 1.4
#112 opened by endink - 7
A required class was missing while executing org.mybatis.generator:mybatis-generator-maven-plugin:1.4.1:generate: org/mybatis/generator/api/dom/xml/Element
#146 opened by PeneyLove - 1
Upsert配合useGeneratedKeys使用触发ibatis异常
#128 opened by xiateapu - 0
希望增加BaseMapper,BaseEntity 这种继承
#141 opened by SERE026 - 0
select返回的结果会自动去掉前后空格?
#144 opened by wenhuiwu - 1
数据库中decimal类型的字段会被生成为Long类型的java类字段
#142 opened by prince5363867 - 0
UpsertPlugin生成的upsert开头的方法sql语义不正确
#140 opened by alexzyp - 0
使用Java API方式生成代码,报“获取插件列表失败!”
#139 opened by FJiayang - 0
支持多表联合查询吗
#138 opened by chentengming - 1
The alias 'Column' is already mapped to the value 'com.aaa.bbb.dao.entity.Ccc$Column'
#131 opened by ZZMarquis - 1
Not working via try to eclipse plugin
#137 opened by Ranbowong - 3
什么时候可以升级mybatis-generator-core到1.4.0啊,非常期待
#129 opened by AndyZ-2021 - 0
能否开发支持JSON的插件,比如JSON_SET, JSON_ARRAY_APPEND之类的?
#136 opened by giantoneday - 0
LombokPlugin conflicts with MyBatis3Simple
#135 opened by gcl1991 - 0
OptimisticLockerPlugin does not support tables that have multiple primary keys
#134 opened by mrk-911 - 2
使用的1..38版本,自动生成了两遍
#115 opened by pengchengyin - 0
逻辑删除支持设置id
#127 opened by zhuangjiaju - 0
希望支持全表关键字搜索
#126 opened by liuruibin - 0
逻辑删除插件使用的Boolean类构造器已经Deprecated(since jdk9)
#125 opened by xlsu - 0
什么时候可以支持注解形式啊...
#124 opened by mengxzh - 0
- 0
作者可否提供修改生成类的注释
#121 opened by pengweiqiang - 0
batchInsertSelective
#117 opened by autostu - 1
- 0
- 2
多个库存在同名的表,会错误读取到其他库的表 生成代码
#101 opened by tanshion - 1
当字段属性设置为生成的枚举时,枚举类无法生成
#108 opened by tanshion - 1
希望可以给生成的枚举添加一个实现接口
#109 opened by tanshion - 0
使用插件com.itfsw.mybatis.generator.plugins.SelectSelectivePlugin只能选择XMLMAPPER模式
#107 opened by 601724080 - 1
重复造轮子,还不起作用
#105 opened by wangqi-jeffrey - 0
插件com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin要求运行targetRuntime必须为MyBatis3!
#104 opened by wangqi-jeffrey - 1
- 1
枚举插件无法生成枚举:枚举值为字符串的情况无法生成枚举
#100 opened by tanshion - 0
批量可选择插入遇到自增id的表且要返回id的需求好像不行了
#99 opened by timeAlreadyLocked - 5
when 方法会导致 orderBy 语句丢失
#95 opened by kid1412621 - 2
查询结果选择性返回插件 不生效
#97 opened by nkyy5 - 1
selectByExampleSelective有下划线的字段总返回空
#92 opened by BobooDo - 1
addClassComment 添加Class注释是只支持Innerclass吗?
#94 opened by luodexin - 2
希望可以支持postgresql的jsonb字段类型的支持
#93 opened by yangjson - 0
支持简单的函数
#98 opened by kid1412621 - 0
希望支持pg数据库的批量增加插件
#96 opened by yangjson