You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an abstraction that can query activities from the db. This one might be more difficult, as we have to think about what type of activity we need. We can either lump all the activities together into one ActivityDaoImpl/ActivityDaoTestImpl and query it, or we could have a Dao representation for each Activity type that implements an ActivityDao interface.
The text was updated successfully, but these errors were encountered:
We need an abstraction that can query activities from the db. This one might be more difficult, as we have to think about what type of activity we need. We can either lump all the activities together into one ActivityDaoImpl/ActivityDaoTestImpl and query it, or we could have a Dao representation for each Activity type that implements an ActivityDao interface.
The text was updated successfully, but these errors were encountered: