Intellij IDEA 9: How can I disable the inspection error when using a 'with' clause in HQL?
How do you resolve an Intellij V9 inspection error of 'WHERE, GROUP BY, HAVING or ORDER BY expected' on the following HQL string: 开发者_开发百科select a from ObjA a inner join a.column b with b.variable=:bvar where a.variable=:avar
It's not an inspection, but a result of code parsing. A solution would be to disable this particular Language Injection in Settings.
精彩评论