[ ] Think about testing the delete scenarios in one-to-many relationships more fully. For example, if a user is deleted, what should happen to their recipes? What if a recipe is deleted? Write tests to make sure whatever should happen, does happen.
[ ] You'll likely notice, if you haven't already, that writing a Dao for each entity will be very repetitive - watch for the abstract/generic dao to be introduced in the coming week and plan to use it in your project so that you can use a single dao! Note that you will still have unit tests each for each entity(dao) to make sure that annotations and database relationships are set up correctly.
@pawaitemadisoncollege This week was was good learning how to implement one to many relationships using hibernate. I had some trouble with my tests and had an unknown column error. I fixed it using the following source: https://stackoverflow.com/questions/34478817/error-unknown-column-user0-id-in-field-list.