Hibernate Foreign key must have same number of columns as the referenced primary key on many-to-many

后端 未结 0 1588
慢半拍i
慢半拍i 2020-12-17 21:35

I\'m trying to implement given database structure with JPA

SQL scripts:

DROP TABLE IF EXISTS StudentLesson;
DROP TABLE IF EXISTS StudentCourse;
DROP T         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题