Hi,

I'm half-way through my mapping and i'm facing a problem. Here are my
tables:

[User]{UserId}
[Video]{VideoId}
[RatedVideo]{UserId, VideoId, Rate}

I've done the mapping for user and video. In the User's mapping there
is a Set of Video entities.

Now how should I do it for RatedVideo ? Should it have its own mapping
file ? I thought about adding a collection of RatedVideo to the User
class, but then I'm not sure what to do with the mapping.

Any help would be really appreciated.

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to