PDA

View Full Version : does spring support hibernate long sessions



tmakaro
Aug 29th, 2004, 01:08 PM
Hi, i am looking into using spring with hibernate and was wondering if spring supports session-per-application-transaction(aka long session)?

Colin Sampaleanu
Aug 30th, 2004, 08:17 AM
There's no built-in support code for this idiom. Really, this is application-level stuff...

tmakaro
Aug 30th, 2004, 12:04 PM
>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?