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

cannot have bi-directional relation

Former-commit-id: 4bf11384
parent 10f74356
Branches
No related tags found
1 merge request!23Sprint results
......@@ -58,11 +58,6 @@ public class Container {
@ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.ALL)
private ContainerImage image;
// @ToString.Include
// @OneToMany(fetch = FetchType.LAZY, cascade = CascadeType.ALL)
// private List<Database> databases;
@Column(nullable = false, updatable = false)
@CreatedDate
private Instant created;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment