Is there any way to keep Hibernate session live after the method call?
I am trying to implement Pagination using Gavin King's Page class.
But it uses scrollable resultsets and as soon as my method exists, I think the session is getting killed.
Any hints, pointers will be appreciated
Regards,
Vaibhav


Reply With Quote