[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-4895) property mappings incorrect for composite ids with many-to-one

Steve Ebersole (JIRA) noreply at atlassian.com
Tue Feb 9 16:09:29 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-4895:
--------------------------------

    Description: The property mappings registered (org.hibernate.persister.entity.AbstractPropertyMapping) in the case of composite primary keys with many-to-ones (<key-many-to-one/>) are incorrect.  They ended being registered as the type of the associated entity's id.  (was: query against derived id value doesn't return entity.)
        Summary: property mappings incorrect for composite ids with many-to-one  (was: query against derived id doesn't return expected result)

> property mappings incorrect for composite ids with many-to-one
> --------------------------------------------------------------
>
>                 Key: HHH-4895
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4895
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.5.0-Beta-4
>            Reporter: Scott Marlow
>            Assignee: Steve Ebersole
>             Fix For: 3.5.0-Next
>
>
> The property mappings registered (org.hibernate.persister.entity.AbstractPropertyMapping) in the case of composite primary keys with many-to-ones (<key-many-to-one/>) are incorrect.  They ended being registered as the type of the associated entity's id.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list