| Author |
Problem with Hibernate Criteria, Projections and associations
|
Peter Wagner
Greenhorn
Joined: Oct 29, 2009
Posts: 3
|
|
Hi,
i have the following HQL and want to create an equivalent Criteria:
Person2.java:
The generated SQL loooks like this and works as expected:
With Hibernate Criteria i tried this:
But Hibernate generates the follwogin SQL:
As you can see, the generated SQL for the "anrede1" association is not correct. My question is, how can i set a projection for an association inside my criteria? ((Projections.property("anrede1"),anrede1) doesn't work...)?
Thanks in advance.
Best regards,
peter
|
 |
 |
|
|
subject: Problem with Hibernate Criteria, Projections and associations
|
|
|