3
April 11
getCurrentSession or openSession - a sessionic dilema
Posted by AjayOur hibernate code uses two different types of functions to access the session. openSession() and getCurrentSession(). But then I have always wondered the major difference between them. Now that I realized the difference, it is time to share it with the world.