What’s the difference between JPA and Hibernate?
I understand that JPA 2 is a specification and Hibernate is a tool for ORM. Also, I understand that Hibernate has more features than JPA 2. But from a practical point of view, what really is the difference? I have experience using iBatis and now I’m trying to learn either Hibernate or JPA2. I picked … Read more