I found out, that with the actual jboss tools version (3.2), we can do commenting in hql-editor via "--"
for example:
--this is a comment
select u from User
However, I cannot use multiline comments via /** */ :
/**this should be commented out
select u from Use
**/
I can remember, that I asked for a jira-request for that. But I cannot find. Is this already in progress or is that issue considered as fixed by providing commenting with "--". If so, then it would be senseful to have also multine-comments.