A bug for javaModelGenerator config constructorBased with only one column is blob
itfsw opened this issue · 2 comments
itfsw commented
when db columns has only one column is blob, plugin will only generate java model with full column constructor.so BaseResultMap will not found the constructor!
TroyTae commented
We found this bug: #205
And this fix will apply at this version 1.3.6.
If you need to fix this bug now, change defaultModelType "hierachy" or build your own code in your local.
itfsw commented
thanks for your job.