Class | Description |
---|---|
Ingredient |
This is an @Entity class that makes a table in the SmartCheff data base.
|
Recipe |
This is an @Entity class that makes a table in the SmartCheff data base.
|
RecipeIngredient |
This class is a joining table in the SmartCheff data base between ingredient and recipe.
|
User |
This is an @Entity class that makes a User table in the SmartCheff data base.
|