Error added: 2009-03-06T17:20:47Z
HQL is not SQL. You specify objects and classes instead of columns and tables. Try something like SELECT t FROM SampleTable t
If you are using CreateQuery in your DAO class, replace it with CreateSQLQuery. It should solve the problem
You can simply use the from Clause "from SampleTable"
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: