Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-220

Examples of using ElementJoinColumn show the wrong usage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9.7
    • 1.2.0
    • docs
    • None

    Description

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

      Attachments

        1. openjpa-220.patch
          0.5 kB
          Jay McHugh

        Activity

          People

            ppoddar@apache.org Pinaki Poddar
            jaydm Jay McHugh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: