[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6723) Remove extra join from eager @OneToOne

Gail Badner (JIRA) noreply at atlassian.com
Tue Oct 11 17:47:19 EDT 2011


Remove extra join from eager @OneToOne
--------------------------------------

                 Key: HHH-6723
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6723
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
            Reporter: Gail Badner
            Assignee: Gail Badner
             Fix For: 4.0.0.next


The fix for HHH-5109 got rid of the extra join, but it broke @PrimaryKeyJoinColumn @OneToOne(optional=true) (covered by HHH-4982).

The fix for HHH-4982 will simply back out of the fix for HHH-5109.

I have a fix in mind for the original issue (the extra join). I'm not absolutely sure it won't break something else, so I'll create a pull request and get some feedback.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list