How to save Entity and child where the child already exists in Spring Data-JPA

后端 未结 0 643
伪装坚强ぢ
伪装坚强ぢ 2021-01-01 04:19

I have these two entities

User

@Entity
@Table(name = "user", schema = "dsdb")
public class User {
    private int          


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