Intellij 13 has some plugin to hibernate. Like the JBoss Tools? Permanently deleted user Created February 25, 2014 19:14 The plugin for Hibernate in JBoss Tools has a powerful tool, the HQL query editor, there is something like this in Intellij13.
Hello.
I did not work with JBoss Tools. Anyway, editing HQL is possible. You can do it in Hibernate console. See:
http://www.jetbrains.com/idea/webhelp/working-with-the-hibernate-console.html
Or, if you have HQL code inside java source, you can use language injections. Normally, they should be preconfigured for hibernate API methods. See:
http://www.jetbrains.com/idea/webhelp/using-language-injections.html
Regards,
Alexander.