[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4605) Add support for @OneToMany @JoinColumn in XML

Hardy Ferentschik (JIRA) noreply at atlassian.com
Tue Feb 23 15:18:47 EST 2010


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

Hardy Ferentschik commented on HHH-4605:
----------------------------------------

The spec shows in example two of chapter "11.1.21 JoinColumn Annotation"

{code}
@OneToMany
@JoinColumn(name="CUST_ID") // join column is in table for Order
public Set<Order> getOrders() {return orders;}
{code}

So the usecase seems to be ok. Need to verify the xsd now.

> Add support for @OneToMany @JoinColumn in XML
> ---------------------------------------------
>
>                 Key: HHH-4605
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4605
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: annotations
>            Reporter: Emmanuel Bernard
>            Assignee: Hardy Ferentschik
>             Fix For: 3.5.0-CR-2
>
>


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