Lets say I return an IList<User> (User is a mapped entity on my app) from NHibernate, is that List managed by NHibernate? More specifically, will modifications made to the List or to the objects it contains be propagated to the database? If not, Is there something equivalent to the hibernate EntityManager on NHibernate?
-- 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.
