[hibernate-issues] [Hibernate-JIRA] Updated: (ANN-577) Improvement in "2.2.5.3.2.3. Unidirectional with join table"

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Apr 16 09:58:06 EDT 2007


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

Emmanuel Bernard updated ANN-577:
---------------------------------

    Issue Type: Patch  (was: Improvement)

> Improvement in "2.2.5.3.2.3. Unidirectional with join table"
> ------------------------------------------------------------
>
>                 Key: ANN-577
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-577
>             Project: Hibernate Annotations
>          Issue Type: Patch
>          Components: documentation
>            Reporter: Diego Pires Plentz
>            Priority: Trivial
>             Fix For: 3.3.1
>
>         Attachments: entity.xml.patch
>
>
>     @OneToMany
>     @JoinTable(
>             name="TrainedMonkeys",
>             joinColumns = ***{*** @JoinColumn( name="trainer_id") ***}***,
>             inverseJoinColumns = @JoinColumn( name="monkey_id")
>     )
> Could be
>     @OneToMany
>     @JoinTable(
>             name="TrainedMonkeys",
>             joinColumns = *** *** @JoinColumn( name="trainer_id") *** ***,
>             inverseJoinColumns = @JoinColumn( name="monkey_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