getSessionFactory : get the SessionFactory that created this session object instance.
Session session = sf1.getSession();
SessionFactory sf2 = session.getSessionFactory();
sf1 and sf2 both are same...
Session session = sf1.getSession();
SessionFactory sf2 = session.getSessionFactory();
sf1 and sf2 both are same...