Is there a way to modify the order of insert statements done when saving an entity with many childrens?

前端 未结 0 841
太阳男子
太阳男子 2021-01-23 12:18

I have the following simplified entity Project:

@Entity
public class Project {

  @Id
  @GeneratedValue(strategy = GenerationType.AUTO)
  private         


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