Skip to content

far-tow/G4_JPA_Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to our recipe App

Collaborators:

Liljana, Farhad, Nivethitha, Samuel

The Assignment:

To creat a RecipeDatabase with the following tools:

  • JPA /Hibernate
  • Entity
  • Spring Boot
  • Dependency Injection•Entity Relationships
  • SpringData / EntityManager
  • CRUD functionality with SpringData or EntityManager
  • Read from database with help of SpringData framework or queries.
  • MySQL database•H2 database in testing environment.•Test with database.

Requirements:

  • All Entities and relations need to be in place.
  • Implement Create, Read, Update, Delete and specified functionalities with Repositories or Dao classes.
  • The following functionalities need to tested with JUnit.
    • Add and remove from collections in you Entities (e.g. List, Set etc.).
    • The methods you specified or implemented in Repositories or Dao classes.

Class Diagram

ClassDiagram.jpg

Enjoy