Spring Data JPA is not a JPA provider but a specification — it is a library/framework that adds an extra layer of abstraction on the top of our JPA provider. It simply “hides” the Java Persistence API and the JPA provider behind its repository abstraction.
JPA is the sun specification for persisting objects in the enterprise application. Therefore, it is used as a replacement for complex entity beans.
from DZone.com Feed https://ift.tt/2Nzq0Ql
No comments:
Post a Comment