开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜