I found a lot of similar questions
- Difference between Hibernate library and Hibernate JPA library
- What's the difference between JPA and Hibernate?
- similarity and difference between jpa and hibernate
but no one answers my next question. What diference between classical hibernate approach using org.hibernate.SessionFactory
and JPA javax.persistence.EntityManager
implementation? I heard, that this JPA implementation uses org.hibernate.SessionFactory
and works like wrapper, is it real?