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

cannot have bi-directional relation

parent 3b53c0f8
No related branches found
No related tags found
2 merge requests!81New stable release,!43Merge dev to master
......@@ -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