Fix the last type
...hopefully
This commit is contained in:
@@ -20,7 +20,7 @@ public class Category {
|
||||
private String name;
|
||||
|
||||
@Lazy
|
||||
@OneToMany(mappedBy = "categorie")
|
||||
@OneToMany(mappedBy = "category")
|
||||
private List<Dataset> datasets;
|
||||
|
||||
public Category(String name) {
|
||||
|
Reference in New Issue
Block a user