Short answer: nested transactions are not supported, and you shouldn't
Begin/Commit a nested transaction (you'll get errors)

   Diego


On Mon, Mar 29, 2010 at 18:39, William Chang <[email protected]> wrote:

> 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]<nhusers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>
>

-- 
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.

Reply via email to