but there are more than one many to many relationships:
Proposed new API:
@Many2ManyCollection({
@Many2Many(other = Doctor.class, join = "medical_schedule", sourceFKName =
"person_id", targetFKName = "doctor_id")
Many2Many(other=Course.class,join = "course_attendance", sourceFKName =
person_id", targetFKName = "course_id")
})
public class Person extends Model{}
Original issue reported on code.google.com by ipolevoy@gmail.com on 3 Aug 2011 at 9:32
Original issue reported on code.google.com by
ipolevoy@gmail.com
on 3 Aug 2011 at 9:32