[hibernate-issues] [Hibernate-JIRA] Assigned: (HHH-4848) Derived identities: Derived entities using @IdClass and mapping a @XToOne are not supported

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Feb 4 12:59:31 EST 2010


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

Emmanuel Bernard reassigned HHH-4848:
-------------------------------------

    Assignee: Steve Ebersole

I've done a good chunk of the work but the tuplizer changes are getting messy. Hence the hand over to Steve.

Basically check AbstractEntityTuplizer#setIdentity(Object, Serializable) so see where I expect the change to be made.
Also I've applied a similar logic to AbstractEntityTuplizer#getIdentifier(Object entity)

I am not super Happy about the mess I've done in ForeignGenerator and EntityType (check for "_identifierMapper ), but it's somewhat related (at least for ForeignGenerator).
EntityType equals and hashCode have changed as EntityKey's constructor required it to work.

> Derived identities: Derived entities using @IdClass and mapping a @XToOne are not supported
> -------------------------------------------------------------------------------------------
>
>                 Key: HHH-4848
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4848
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: annotations
>            Reporter: Emmanuel Bernard
>            Assignee: Steve Ebersole
>


-- 
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