I have a parent CDT (Let us say cdt_Parent). This CDT has a nested multiple CDT.

I have a parent CDT (Let us say cdt_Parent). This CDT has a nested multiple CDT. (Let us say cdt_Child). So, cdt_Parent is a single CDT and cdt_Child(multiple) is nested within it. The child cdt's(cdt_Child) will be written separately. When I am writing the parent CDT, cdt_parent, I dont want to write cdt_Child to the database. cdt_Child will be written separately, probably from other processes. How do I achieve this? Will the JPA annotation @OneToMany(cascade=CascadeType.REFRESH) help me?

OriginalPostID-145244

OriginalPostID-145244

  Discussion posts and replies are publicly visible