Let's say I have an Employee table, a Project table, and a "WorksOn" relationship 
between those two. The relationship is m:n (one employee can work on multiple 
projects, and multiple employees can work on the same project), and has an attribute 
"hours" which tracks the number of hours an employee works on a given project.

How do I keep track of this with OJB? Would I use a ManageableHashMap? (where 
Employee.getHours(Project) would use the Project as the key and the hours as the 
associated value..) If so, how would I use it? Is this even something that OJB can 
handle? Are there other ways of doing something like this? Any advice would be much 
appreciated.

 
-- 
Liam Morley
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to