Project Description:
I have defined for now 40 Dao methods that need to be implemented using Spring JDBC for a Postgres Database. I will provide:
- Database design diagram
- Interfaces with the methods well defined and documented
- SQL scrip to create the database, schema and tables.
Every method is documented so you will know exactly what I want for example:
/*
* Insert a customer into the customer table. The fields to insert are:
* name, lastName, email, username.
*
* @param customer the customer to add
* @return the new customer id (primary key autogenerated)
*/
public int registerCusomter(Customer customer);
Additional Project Description:
09/03/2012 at 4:04 CEST
I have attached the project description