I have the following table:

*UserTagBookmark*
- UserId
- TagId
- BookmarkId
- Title

Some people say that I should add an extra surrogate key to this table 
because NHibernate does not work well with composite keys.

Like this:

*UserTagBookmark*
*- Id*
- UserId
- TagId
- BookmarkId
- Title

Is this true?

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to