[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6723) Remove extra join from eager @OneToOne
Gail Badner (JIRA)
noreply at atlassian.com
Wed Oct 12 07:34:19 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44010#comment-44010 ]
Gail Badner commented on HHH-6723:
----------------------------------
Pull request: https://github.com/hibernate/hibernate-core/pull/184
> 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: 3.6.8, 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