ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is getSessionFactory method ?

getSessionFactory : get the SessionFactory that created this session object instance.
    Session session = sf1.getSession();
    SessionFactory sf2 = session.getSessionFactory();
        sf1 and sf2 both are same...
Related Posts Plugin for WordPress, Blogger...
Flag Counter