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