Is there any differences between hibernate session and the session which you use while programming with servlet jsp and the session which we use in transaction management in spring
Is there any differences between hibernate session and the session which you use while
Share
Yes, they have no relation to each other at all. They mean different things in different contexts, and need to be managed differently according to what they mean and how they should be used.