asaha718 / java-mod-6-jpa-relationship-lab-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPA Relationship Lab 2

Instruction

You are given the following database diagram:

Games and reviews one to many relationship diagram

A game can have many reviews and each review belongs to a specific game. Create the entities and relationship shown in the diagram.

The lab repository has the required dependencies defined in the pom.xml file. Create your entities in the models package.

About

License:Other


Languages

Language:Java 100.0%