c# - spring.net nhibernate session/transaction per request -
c# - spring.net nhibernate session/transaction per request -
does spring.net have back upwards (integration) nhibernate eneble per request isession , transactions?
i foung this blog, bit old 1 want know if things have moved forwards bit , may integrated in spring framework , can set configuration?
yes has, it's called "open session in view". transaction back upwards available too, it's not automatically "one transaction per request".
i think place start the nhibernate quickstart in spring documentation. both concepts explained there.
only noticed asp.net mvc tag; think should work, i'm not quite sure. if you're using asp.net mvc 3, should utilize spring 1.3.2, due release soon.
c# asp.net-mvc nhibernate spring.net
Comments
Post a Comment