You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2008/07/26 22:58:33 UTC

[jira] Assigned: (OPENJPA-220) Examples of using ElementJoinColumn show the wrong usage

     [ https://issues.apache.org/jira/browse/OPENJPA-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinaki Poddar reassigned OPENJPA-220:
-------------------------------------

    Assignee: Pinaki Poddar

> Examples of using ElementJoinColumn show the wrong usage
> --------------------------------------------------------
>
>                 Key: OPENJPA-220
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-220
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 0.9.7
>            Reporter: Jay D. McHugh
>            Assignee: Pinaki Poddar
>            Priority: Minor
>         Attachments: openjpa-220.patch
>
>
> The example in the online manual shows the usage as:
> @ElementJoinColumn(name="<child table ref column>" target="<parent table ref column>")
> This should be:
> @ElementJoinColumn(name="<child table ref column>" referencedColumnName="<parent table ref column>")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.