| Author |
Problem with select query in hibernate
|
chaitanya karthikk
Ranch Hand
Joined: Sep 15, 2009
Posts: 779
|
|
Hi all, I am facing problem in issuing select command using hibernate. I wrote a sample codeWhen I try to execute this program I am getting an error like this
What is the problem? Thank you all in advance.
|
Love all, trust a few, do wrong to none.
|
 |
chaitanya karthikk
Ranch Hand
Joined: Sep 15, 2009
Posts: 779
|
|
Hi all, I fixed the problem. This post helped me fix the problem.
I was supposed to supply the POJO class name and the POJO class properties in the query. But I gave the database column names and table name in the query.
|
 |
 |
|
|
subject: Problem with select query in hibernate
|
|
|