davejoyce / composite-dao

Demonstrates combination of Composite and DAO patterns using the Spring Framework.
Apache License 2.0
0 stars 1 forks source link

Create TaskDAO interface #5

Open davejoyce opened 11 years ago

davejoyce commented 11 years ago

Create interface TaskDAO to define basic contract for all Task read/write/delete operations.