Asfaq Leeonleeonscoding.hashnode.dev·Jul 23, 2023Intro to Spring Data JPA. The Entity class and its annotationsJPA(Jakarta Persistence API) lets us map objects to a relational database. Formerly it was known as Java Persistence API. JPA is a specification of data persistence in Java applications. In this blog, I'm going to write about basic configurations and...Discuss·32 readsentity