Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2.5.ga
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html
We want to append WITH CS at the end of our HQL but it throws and error stating that
" org.hibernate.hql.ast.ErrorCounter reportError line 1:157: unexpected token: "
The HQL is regular SELECT statements
If its not possible then what are the alternatives.