What is the difference between JPA and hibernate?

JPA is a specification defined for java by sun. It does not provide any implementation. It was originally developed by EJB 3.0 software expert group, but it is not limited to EJB software components.

Hibernate has an implementation of JPA.

Add a Comment