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

cannot have bi-directional relation

Former-commit-id: 149909b1
parent 30377ac6
Branches
Tags
1 merge request!23Sprint results
...@@ -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