开发者

Intellij IDEA 9: How can I disable the inspection error when using a 'with' clause in HQL?

开发者 https://www.devze.com 2023-03-04 23:16 出处:网络
How do you resolve an Intellij V9 inspection error of \'WHERE, GROUP BY, HAVING or ORDER BY expected\' on the following HQL string:

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

精彩评论

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

关注公众号