Ok, well I have spent the last 4 weeks trying to bend my application to work with NHibernate and I can't lose anymore productivity so I am going to have to pull out NHibernate and go back to dealing with ADO directly or find another ORM solution.
I just wanted to thank everyone for their time, it was greatly appreciated and I truly did learn a lot of new things. Thank you, Josh On Wed, Jul 1, 2009 at 3:31 PM, Fabio Maulo <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
