[
https://issues.apache.org/jira/browse/OPENJPA-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540471
]
Jay D. McHugh commented on OPENJPA-220:
---------------------------------------
Unless the syntax of this annotation has changed - the documentation is still
wrong.
I'm not sure whether this patch will still work, but - could someone take a
look at this?
Thanks
> 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
> 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.