Persist (save) Entity object with Foreign Key as a part of composite Primary Key (Spring Boot, Spring JPA) - throws error

前端 未结 0 829
一整个雨季
一整个雨季 2021-02-04 05:47
@Entity
@Table(name = "pharmacy", schema = "master_relational_db")
public class Pharmacy {

    @Id @Column(name = "id_pharmacy", columnDef         


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