Intellij IDEA 9: How can I disable the inspection error when using a 'with' clause in HQL? -
how resolve intellij v9 inspection error of 'where, group by, having or order expected' on following hql string: select obja inner join a.column b with b.variable=:bvar a.variable=:avar
it's not inspection, result of code parsing. solution disable particular language injection in settings.
Comments
Post a Comment