Skip to content
Snippets Groups Projects
Unverified Commit aaf567d7 authored by Martin Weise's avatar Martin Weise
Browse files

Wrong dto?

parent 51ca6c6d
No related branches found
No related tags found
1 merge request!106Dev
...@@ -64,6 +64,7 @@ public class Container { ...@@ -64,6 +64,7 @@ public class Container {
}) })
private List<Database> databases; private List<Database> databases;
@org.springframework.data.annotation.Transient
@ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.MERGE) @ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.MERGE)
private ContainerImage image; private ContainerImage image;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment