[nhusers] Re: Nested Sessions/Transactions Possible ?

2009-08-24 Thread ReverseBlade
So no suggestions ? On Aug 21, 8:29 pm, Fabio Maulo fabioma...@gmail.com wrote: ah... and that is the reason because I'm injecting the ISessionFactory on my DAOs/Repository 2009/8/21 Fabio Maulo fabioma...@gmail.com session = UoWstatelesssession != UoW 2009/8/21 empe...@gmail.com

[nhusers] Re: Nested Sessions/Transactions Possible ?

2009-08-24 Thread Stefan Steinegger
@Fabio, sorry, but sometimes I just don't have a clue what you are talking about :-) We are loading entities using select new or AliasToBeanResultTransformer to get instances of entities from a normal session without performance problems. You can create a child session using session.GetSession.

[nhusers] Re: Nested Sessions/Transactions Possible ?

2009-08-21 Thread Fabio Maulo
ah... and that is the reason because I'm injecting the ISessionFactory on my DAOs/Repository 2009/8/21 Fabio Maulo fabioma...@gmail.com session = UoWstatelesssession != UoW 2009/8/21 empe...@gmail.com empe...@gmail.com Hello, Is it possible to use nested sessions or transactions ? My