databasenhibernatecomments

How to put a comment into HQL (Hibernate Query Language)?


Is it possible to put comments into Hibernate Query Language? If so, how?


Solution

  • AFAIK, HQL does not support comments.