View Single Post
  #1 (permalink)  
Old 06-25-2007, 06:11 AM
Felissa Felissa is offline
Member
 
Join Date: Jun 2007
Posts: 95
Felissa is on a distinguished road
Native SQL in hibernate
I must obtain the minimum value of a field of a table, don't know how can I do that with HQL I tried to use SQL, with the method createSQLQuery for Session, but it doesn't work.

It throws an error saying that certain column does not exist, but the rare thing is that I never talk about that column. Do you know how can I resolve this?

Felissa
Reply With Quote
Sponsored Links