OR mapping (1/* relationship between 2 entity beans)

2001-10-03 Thread George Mardale
Hello everyone, I have an OR mapping that involves 2 entity beans, named Group and User, like in the following example: public class GroupBean implements EntityBean { ... List users; public addUser(User user) { users.add(user); } } So, I have an 1/*

RE: OR mapping (1/* relationship between 2 entity beans)

2001-10-03 Thread Alex Paransky
]]On Behalf Of George Mardale Sent: Wednesday, October 03, 2001 2:18 AM To: Orion-Interest Subject: OR mapping (1/* relationship between 2 entity beans) Hello everyone, I have an OR mapping that involves 2 entity beans, named Group and User, like in the following example: public class GroupBean