We need to develop code to store Location data in a database.
Subtasks:
[x] Develop table(s) for the Location data. For each table, identify the primary key or if there is no obvious primary key in the existing fields, then create one. If you have multiple tables, then start with a single table.
[x] Replace your in memory repository(s) with Java Persistence Api (JPA) calls that access your DB.
We need to develop code to store Location data in a database.
Subtasks: