@pawaitemadisoncollege week 4 is complete.
This last few weeks i learned how Hibenrate works and what a DAO is. These are pretty useful features to have in the future, especially not having to need to interface directly with a database. Didn't have too many issues this week.
Nice job implementing hibernate in your Indie project.
[ ] Verifying the entities are saved/updated/inserted correctly can be more thorough by implementing and using equals() on each entity - refer to the video Comparing Hibernate Entities with equals in week 5 for more detail. An example of using that equals method in a unit test would be something like assertTrue(expectedUser.equals(actualUser)); so that you don't have to compare each instance var/column manually.
@pawaitemadisoncollege week 4 is complete. This last few weeks i learned how Hibenrate works and what a DAO is. These are pretty useful features to have in the future, especially not having to need to interface directly with a database. Didn't have too many issues this week.