| Interface | Description |
|---|---|
| IngredientDao |
This is an interface that handles all the queries involving ingredients.
|
| RecipeDao |
This is an interface that handles all the queries involving recipes.
|
| RecipeIngredientDao |
This is a joining table in the SmartCheff database between ingredient and recipe.
|
| UserDao |
This is an interface that handles all the queries involving users.
|