One to many association - Join tables with non primary key column in JPA

后端 未结 2 1090
旧时难觅i
旧时难觅i 2020-12-19 01:44

I\'m working on legacy system, need to read some of the info from database. Below are the table relationship

Vendor (vendorId - pk, vendorEid, name)
VendorCont

2条回答
  •  执念已碎
    2020-12-19 02:18

    I found a workaround for this problem.

    See here:

    • https://stackoverflow.com/a/4525951/527718

提交回复
热议问题