File tree Expand file tree Collapse file tree
main/java/org/ligoj/bootstrap/model/system
test/java/org/ligoj/bootstrap/core/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class SystemDialect extends AbstractPersistable<Integer> {
5151
5252 private AuthorizationType authorization ;
5353
54- @ OneToMany (mappedBy = "s_dialect " )
54+ @ OneToMany (mappedBy = "link " )
5555 private List <SystemDialect > children ;
5656
5757 @ OneToMany (mappedBy = "link" )
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ public class DummyEntity2 {
3636 private DummyEntity2 link ;
3737 @ ManyToOne
3838 private DummyEntity3 user ;
39- @ OneToMany (mappedBy = "dummy " )
39+ @ OneToMany (mappedBy = "link " )
4040 private List <DummyEntity2 > children ;
4141 @ OneToMany (mappedBy = "link" )
4242 private Set <DummyEntity2 > linkedChildren ;
43- @ OneToMany (mappedBy = "dummy " )
43+ @ OneToMany (mappedBy = "link " )
4444 private Collection <DummyEntity2 > linkedChildrenCollection ;
4545}
You can’t perform that action at this time.
0 commit comments