public final class SessionFactoryImpl implements SessionFactoryImplementor ... public interface SessionFactoryImplementor extends SessionFactory ... public interface SessionFactory extends EntityManagerFactory, HibernateEntityManagerFactory ...
As you can see we have made the change starting in 5.2 to have Hibernate directly implement JPA's EntityManagerFactory and EntityManager on its SessionFactory and Session.