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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -