Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: 1.1.0.RELEASE
-
Fix Version/s: 1.1.1.RELEASE
-
Component/s: PERSISTENCE
-
Labels:None
-
Environment:MySql(InnoDB)
-
Reference URL:
Description
allow DBRE with multiple relationships between same two tables where in resulting model class there should be more than one collection field with the same generic types, such as:
private Set<TypeGroup> typeGroups1;
private Set<TypeGroup> typeGroups2;
I described detailed problem description and proposed solution for the problem in the forum thread http://forum.springsource.org/showthread.php?t=100398
Best regards,
Ats