-When writting the hql back in the java file,
instead of
"...."
"..."".."
we should have
"....
n"+
"....
n"+
"....
n"
or replace the
n by a space (or any sql word delimiter )
-Maybe we shouldnt loose our modifications to the hql as soon as
the hql editor close without warning.