Issues

Select view

Select search mode

 
13 of 13

Hibernate criteria with multiple joins does not handle the order of query parameters (join on) correcly

Duplicate

Description

Here is a simple example:

Here is the generated SQL:

And query parameters are:

Parameters "B" and "C" switched they order, which is incorrect.

If I change the order of joins in the criteria everything works fine:

The generated query is:

And query parameters are:

Similar issues were reproduced with left outer joins.

Details

Assignee

Reporter

Labels

Affects versions

Priority

Created July 3, 2015 at 10:31 AM
Updated January 19, 2018 at 5:46 AM
Resolved January 19, 2018 at 5:46 AM

Activity

Show:

Kryvda January 12, 2018 at 8:16 PM

This bug is a duplicate of HHH-5645

Kryvda December 21, 2015 at 11:38 PM

The bug still exists in 5.0.6.

Steve Ebersole October 28, 2015 at 3:25 AM

As part of verifying that this issue affects 5.0, please just set the "Affects version". Leave the "verify-affects-5.0" label and leave the issue in "Awaiting Response" status; these are critical for us to be able to track these verifications and triage them. Thanks.

Steve Ebersole October 27, 2015 at 7:14 PM

This bug report does not indicate that the reported issue affects version 5.x. Versions prior to 5.x are no longer maintained. It would be a great help to the Hibernate team and community for someone to verify that the reported issue still affects version 5.x. If so, please add the 5.x version that you verified with to the list of affected-versions and attach the (preferably SSCCE) test case you used to do the verification to the report; from there the issues will be looked at during our triage meetings.

For details, see http://in.relation.to/2015/10/27/great-jira-cleanup-2015/

Kryvda July 3, 2015 at 10:53 AM

Here are Hibernate entities:

Loading...