74757677787980
} @Override public SessionFactory getSessionFactory() { final SessionFactory sessionFactory = ( (HibernateEntityManagerFactory) hibernateEmf ).getSessionFactory(); return new OgmSessionFactoryImpl( (SessionFactoryImplementor) sessionFactory ); }
60616263646566
} @Override @Deprecated public OgmSessionFactory buildSessionFactory() throws HibernateException { return new OgmSessionFactoryImpl( (SessionFactoryImplementor) super.buildSessionFactory() ); }