MyBatisCodeHelper-Pro
MyBatisCodeHelper-Pro copied to clipboard
 如图,下面是代码补全的,上面是希望的格式
 如果用户没有配置typehandler,可以生成类似这种
### 当前使用版本(Current Version) IntelliJ IDEA `2023.2.2` • Notes plugin `com.ccnode.codegenerator.MyBatisCodeHelperPro 3.2.4` ### Exception null ``` com.intellij.diagnostic.PluginException: Inspection #unUsedMethod has no description [Plugin: com.ccnode.codegenerator.MyBatisCodeHelperPro] at com.intellij.codeInspection.ui.InspectionNodeInfo.(InspectionNodeInfo.java:71) at com.intellij.codeInspection.ui.InspectionResultsView.createBaseRightComponentFor(InspectionResultsView.java:555) at com.intellij.codeInspection.ui.InspectionResultsView.showInRightPanel(InspectionResultsView.java:478) at...
版本3.2.5,当方法名上使用Except是无法自动生成代码 
### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2023.2.3` • Notes plugin...
如第一张图的写法,assocation或collection等标签可以通过配置columnPrefix属性来指定该属性开头的字段都赋到assocation或collection对应对象上去,但是插件检测时idea提示`selected column not found in resultMap or resultType`。在assocation或collection下,手动配置每个column的名称,在其上面加上字段前缀就没有警告提示了(如第二张图)。二者都能达到同样效果,但是明显第一张图更方便点。