Version 3.0.5
Because my SQLs are not very complicated, so I decided to give it a try with Derby(Cloudscape).
Now I have a big problem.
I have found that Derby does not support alias which is ended with "_",
like "select emp_.name from Employee as emp_".
It seems to be wrong in Derby.
But my Hibernate happens to generate the alias likes "emp_" when I wrote HQL like "select thedata from Employee thedata".
Is any way to use a custom alias generator ??
(In fact, I think I did something wrong, I believe many people have
succeeded with Derby.)
|