Jeff Butler
Jeff Butler
This is possible with a plugin - although it might be a somewhat complex one. You would need to change the types in the mapper methods, and change the types...
I'm not sure I fully understand your idea. Maybe if you add some more example code. But I will say that MyBatis Dynamic SQL is not building any objects or...
Thanks for reporting. I'll take a look at this.
I know what the issue is. The AST visitors work for enums within classes or interfaces, but not top level enums. I never accounted for this case - probably because...
You could script that with Ant. In eclipse the generator is using Ant under the covers anyway, so no loss of function there.
If you use the new launcher to run the generator in eclipse, then it is creating an Ant file and running it in the background. It uses the eclipse enabled...
I'm working on it. I am building a test strategy for this code before I start mucking around in it.
We support Java file merge in the Eclipse plugin. The merge makes use of Eclipse's Java parser and AST walker - which is a very difficult thing to implement. I'm...
There's no support for this now. We could probably add a plugin method that would allow you to filter the results of a database introspection.
@awxiaoxian2020 I think the basic infrastructure is now setup correctly. Do you plan to make additional commits to this PR as you translate the pages, or will you make additional...