Skip to content
Snippets Groups Projects
Commit 6279486b authored by tranoris's avatar tranoris
Browse files

fix for #9

parent 525d1160
Branches 2024Q2_RC
No related tags found
2 merge requests!7Merging 2024Q2_RC into main, creating 2024Q2 Release,!6Merging 2024Q2_RC into develop
Pipeline #6888 passed
......@@ -52,7 +52,7 @@ public class ConstituentVxF {
@Basic()
private String vnfdidRef;
@ManyToOne(cascade = { CascadeType.MERGE, CascadeType.PERSIST, CascadeType.REFRESH, CascadeType.DETACH } )
@ManyToOne(cascade = { CascadeType.DETACH } )
@JoinColumn(name = "vxf_id")
private VxFMetadata vxfref;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment