[hibernate-issues] [Hibernate-JIRA] Updated: (ANN-578) Improvement in "2.2.5.3.3.1. Definition"

Diego Pires Plentz (JIRA) noreply at atlassian.com
Sun Apr 15 18:36:04 EDT 2007


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

Diego Pires Plentz updated ANN-578:
-----------------------------------

    Attachment: entity.xml.patch

> Improvement in "2.2.5.3.3.1. Definition"
> ----------------------------------------
>
>                 Key: ANN-578
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-578
>             Project: Hibernate Annotations
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Diego Pires Plentz
>            Priority: Trivial
>         Attachments: entity.xml.patch
>
>
>     @JoinTable(
>         name="EMPLOYER_EMPLOYEE",
>         joinColumns=**{**@JoinColumn(name="EMPER_ID")**}**,
>         inverseJoinColumns=**{**@JoinColumn(name="EMPEE_ID")**}**
>     )
> Could be
>     @JoinTable(
>         name="EMPLOYER_EMPLOYEE",
>         joinColumns=** **@JoinColumn(name="EMPER_ID")** **,
>         inverseJoinColumns=** **@JoinColumn(name="EMPEE_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