Defining an Entity
Learn how to create an entity and look at different JPA annotations for defining a relational mapping.
We'll cover the following
JPA dependency
To use Spring Data JPA, we will add the starter JPA dependency to the pom.xml
file of the tennis-player
project as follows:
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.