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:
Get hands-on with 1400+ tech skills courses.