1 Reply Latest reply on Sep 13, 2011 4:38 AM by adamw

    Creating Session in Hibernate

    arka.sharma

         


      Hi,

            I am working with hibernate to connect to HSQL. I have created a static session factory and using it in all the methods where I need to connect to HSQL. But in those each time I'm creating a new session object by calling SessionFactory.openSession(). Now if I create a static session reference and reuse it in deifferent methods to neglect sssion open and close calls for each method will it add any performance improvement ? Which one is more time consuming creating a session factory or opening and closing a session.

      Thanks,
      Arka