Author | Message |
---|---|
kk-das
Posts: 21
|
Posted 20:23 Oct 23, 2013 |
Do we need to implement the DAO Class for ALL the Model Classes ? (Currently I've only implemented it for the User.java)
|
cysun
Posts: 2935
|
Posted 10:04 Oct 24, 2013 |
Depending on your class design, only implementing UserDao may be enough for the test cases. As long as you have enough DAO to support the test cases, it's fine. |