Hi, i am looking into using spring with hibernate and was wondering if spring supports session-per-application-transaction(aka long session)?
Hi, i am looking into using spring with hibernate and was wondering if spring supports session-per-application-transaction(aka long session)?
There's no built-in support code for this idiom. Really, this is application-level stuff...
Colin Sampaleanu
SpringSource - http://www.springsource.com
>There's no built-in support code for this idiom. Really, this is application-level stuff...
Meaning I should code this myself or I have the wrong forum? If its the first then what spring classes would I use to control this?