posted 13 years ago
Hello all,
I have a uni-direction many-to-many relation with Job and Category, Job has many categories when I try to get the job by its declared categories field (ste<Category>) hibernate generates SQL but with a dot inside it below is how I am using HQL and the exception:
Please note the dot in the generated SQL
HQL:
GENERATED SQL & ERROR:
Correct SQL that I was expecting:
My HBM files are:
Thanks