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

cannot have bi-directional relation

parent b059ef34
No related branches found
No related tags found
6 merge requests!81New stable release,!43Merge dev to master,!23Sprint results,!20Pull Request,!19Pull Request,!18Merge Conflicts
...@@ -58,11 +58,6 @@ public class Container { ...@@ -58,11 +58,6 @@ public class Container {
@ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.ALL) @ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.ALL)
private ContainerImage image; private ContainerImage image;
// @ToString.Include
// @OneToMany(fetch = FetchType.LAZY, cascade = CascadeType.ALL)
// private List<Database> databases;
@Column(nullable = false, updatable = false) @Column(nullable = false, updatable = false)
@CreatedDate @CreatedDate
private Instant created; private Instant created;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment