vigneshkum / projects-management

Automatically exported from code.google.com/p/projects-management
0 stars 1 forks source link

Implement “Data Access Object” layer for by.vsu.mf.ammc.pm.domain.project.management.Team #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create class by.vsu.mf.ammc.pm.dao.mysql.project.management.TeamDaoImpl which 
implements interface 
by.vsu.mf.ammc.pm.dao.abstraction.project.management.TeamDao. Create test class 
by.vsu.mf.ammc.pm.test.project.management.TeamDaoTest which tests each method 
of class TeamDaoImpl. Test class is to contain method main and have simple 
console implementation.

Original issue reported on code.google.com by yermoche...@gmail.com on 13 Mar 2015 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by prostoge...@gmail.com on 13 Mar 2015 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by Nix...@gmail.com on 13 Mar 2015 at 10:46

GoogleCodeExporter commented 9 years ago

Original comment by yermoche...@gmail.com on 20 Mar 2015 at 7:29

GoogleCodeExporter commented 9 years ago
Created class by.vsu.mf.ammc.pm.dao.mysql.project.management.TeamDaoImpl which 
implements interface 
by.vsu.mf.ammc.pm.dao.abstraction.project.management.TeamDao. Created test 
class by.vsu.mf.ammc.pm.test.project.management.TeamDaoTest which tests each 
method of class TeamDaoImpl. Test class is to contain method main and have 
simple console implementation.

Original comment by Nix...@gmail.com on 20 Mar 2015 at 6:53