[ibatis / mybatis]
Hello,
Current Idea does not have official ibatis support. There is a third party plugin but it is too buggy to use it and activity is very low (looks like author does not care). As idea 10 imporves it's database support it is good time to include ibatis/mybatis support into idea, is not it?
Ilya.
Please sign in to leave a comment.
+1 for mybatis support.
It is not a lot of work to do, I think.
Most important for me is not treat parameters like #{paramName} as errors (in annotation and sql mappers with injected SQL lang)
Also some intensions to generate code for mapers.
There is ability to write custom plugin for intensions. But I cannot figure out how to tune SQL parser. Is it possible to do in plugin? If it is, can someone point me to the right direction?
I posted related fueture request in tickets.
http://youtrack.jetbrains.net/issue/IDEA-74986#tab=Comments