JPA composite primary key with reference chain

前端 未结 0 1756
轮回少年
轮回少年 2021-01-31 20:31

In my DB I have the following two tables:

CREATE TABLE Compilation(
    userId      INTEGER             NOT NULL
        REFERENCES User(id) ON DELETE CASCADE ON          


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