2009/7/1 Josh Rogers <[email protected]> > > As far as the POID strategy I am using the db generated ID that increments > by 1 each time a new item is added.
If you mean identity you must know how identity work. Identity break the UnitOfWork pattern and session.Save mean a INSERT to DB. If you want work with conversation you must choose another POID strategy. http://fabiomaulo.blogspot.com/2008/12/identity-never-ending-story.html -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
