I have a 1:n relationship in my database schema between COMPANY & EMPLOYEES. COMPANY will be represented as an entity bean. Is there a recommended way to represent this 1-to-many relationship between Company (an entity bean) & Employee (Employee can be an entity bean or a dependent object to be stored in database) in EJB 1.1 ??
Thank you.
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!