[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4599) An embeddable class may contain ToOne or ToMany associations

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Nov 23 07:34:08 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34724#action_34724 ] 

Emmanuel Bernard commented on HHH-4599:
---------------------------------------

in this case bidirectional relationships from the referenced entity must point to the owning entity and not the embeddable class
note that embedded id don't have to (though we support that AFAIR)
note that embedded in collection of embedded don't have to support collection of basic/elements nor ToMany (ToOne must be FK mappings and owning side on the embedded side)
do we support ToMany in regular embedded today?


> An embeddable class may contain ToOne or ToMany associations
> ------------------------------------------------------------
>
>                 Key: HHH-4599
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4599
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: annotations
>            Reporter: Emmanuel Bernard
>


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