Spring Data JPA child entity missing parent ID after transitive save

后端 未结 0 1431
盖世英雄少女心
盖世英雄少女心 2021-01-05 07:00

I have the following class structure

@Entity
@Data // lombok
public class Entity {

    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    @Colum         


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