> Hi
> The book "Java Persistence with Hibernate" referce to “OSIV”(Open
[quoted text clipped - 5 lines]
> closed manually?
> Thanks.
Hi
from my knowleadge. session is auto close/open on thread basic, but
when there is single thread this time session management sholud
be manullly.
Regards
Nilesh jani
santax - 29 May 2007 02:41 GMT
On May 28, 11:44 am, nileshj...@gmail.com wrote:
> > Hi
> > The book "Java Persistence with Hibernate" referce to “OSIV”(Open
[quoted text clipped - 14 lines]
> Regards
> Nilesh jani
As I am developing a webapp and use getCurrentSession on every
request,I need not close the session manulllay. Right?
Thanks.