no message
This commit is contained in:
parent
29f5b6a6cc
commit
c1858d582c
|
@ -92,6 +92,8 @@ public class DescriptionTemplate implements DataEntity<DescriptionTemplate,UUID>
|
|||
@OneToMany(mappedBy = "descriptionTemplate", fetch = FetchType.LAZY)
|
||||
private Set<UserDatasetProfile> users;
|
||||
|
||||
@OneToMany(fetch = FetchType.LAZY, mappedBy = "datasetprofile")
|
||||
private Set<DMPDatasetProfile> associatedDmps;
|
||||
|
||||
public String getDescription() {
|
||||
return description;
|
||||
|
|
Loading…
Reference in New Issue