What is the order of saving objects of a Model class?

前端 未结 0 1834
野性不改
野性不改 2021-01-25 03:13

I have an entity class as follows:

public class Portcall {

   private Long id;
   .
   .

   PreviousPortCall previousPortCall;

   NextPortCall nextPortCall;

          


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