Fix the last type
...hopefully
This commit is contained in:
parent
3b252fb2cb
commit
0faefe6a9f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user