[Hibernate] Question about best practices on creating hibernate session

2003-08-14 Thread Vivian Fonger
Title: Message Hi everyone,   Can someone explain to me what does it mean by "Never create more than one concurrent Session or Transaction instance per database connection" which is mentioned in Section 13.2 - Threads and Connection under Hibernate2 Reference Documentation???  Does this sta

Re: [Hibernate] Question about best practices on creating hibernate session

2003-08-14 Thread Christian Bauer
On 11 Aug (17:20), Vivian Fonger wrote: > Can someone explain to me what does it mean by "Never create more than > one concurrent Session or Transaction instance per database connection" > which is mentioned in Section 13.2 - Threads and Connection under > Hibernate2 Reference Documentation??? Do