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

Removed some toString because of stackoverflow

parent 324b4bd1
No related branches found
No related tags found
4 merge requests!129New module for citation as they occur multiple,!121Modified logging, modified logging level, modified flasgger endpoint,!113Resolve "Bugs related with Query Service",!109Resolve "Use MariaDB for metadata database"
......@@ -58,6 +58,7 @@ public class Table {
@Column(name = "tdescription", columnDefinition = "TEXT")
private String description;
@ToString.Exclude
@org.springframework.data.annotation.Transient
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "tdbid", insertable = false, updatable = false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment