Re: [Hibernate] long duration transactions

2003-11-17 Thread Christian Bauer
On 18 Nov (02:07), dosapati wrote: > When I use Hibernate session for long duration transactions, Can I > disconnect the SQL > connection from the session without committing and reconnect again when I > need. And finally > will commit the transaction after all the actions with the system. I will >

Re: [Hibernate] long duration transactions

2003-11-17 Thread dosapati
transaction. Is this possible? -dosapati - Original Message - From: "Christian Bauer" <[EMAIL PROTECTED]> To: "dosapati" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2003 12:50 AM Subject: Re: [Hibernate] long duration transactions

Re: [Hibernate] long duration transactions

2003-11-17 Thread Christian Bauer
On 18 Nov (00:17), dosapati wrote: > Is it possible to use Hibernate in long duration transactions. Where the transaction > can be across user interactions with the system. Can span minutes, days or months. > How can I use Hibernate session for this purpose? Do I need any additional software > fo

[Hibernate] long duration transactions

2003-11-17 Thread dosapati
Is it possible to use Hibernate in long duration transactions. Where the transaction can be across user interactions with the system. Can span minutes, days or months. How can I use Hibernate session for this purpose? Do I need any additional software for this in addition to Hibernate?