Community
Participate
Working Groups
A long time ago we've implemented (the creation of relations between) the entities with initializing the attributes like this: @ManyToMany(mappedBy = "entity6") private List<Entity5> entity5 = new ArrayList<Entity5>(); or: @ManyToMany private Set<Entity8> entity8 = new HashSet<Entity8>(); Maybe we should leave the relation attributes initialization to the user.
Created attachment 193570 [details] patch
commited and released...
commited and released