How to create SessionFactory ?
configuration.buildSessionFactory();
configuration.createSessionFactory();
configuration.createNewSessionFactory();
none of the above