6 Replies Latest reply on Mar 24, 2011 6:37 AM by nimo22

    comments in hql-editor

    nimo22

      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. It would be senseful to have also multine-comments.