I would like to be sure when using NHibernate's Transaction API (BeginTransaction, CommitTransaction, RollbackTransaction). Can a transaction be inside another transaction?
Or, does it just pull the same ITransaction object already in session from ISession? Thus, all the inner transactions merge as one unit? Thank you. -- 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.
