How do i save jpa @OneToOne/@OneToMany with auto-generated id?

后端 未结 0 1085
执笔经年
执笔经年 2020-11-30 14:43

I want a save entity with related entities.

This is my entities.

UserEntity.java

@entity
public class UserEntity{
    @Id
    @         


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