chinnasoft / student-project-netcracker

Automatically exported from code.google.com/p/student-project-netcracker
0 stars 0 forks source link

DAO #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create DAO classes

Original issue reported on code.google.com by krygina...@gmail.com on 10 Jan 2013 at 8:53

GoogleCodeExporter commented 9 years ago
Maxim do Interviewer and Abiturient, Alexey  - HR, Admin
Also nned to make universal Static class with 4 methods - Select, Upadate, 
Incert and Delete with input parameters table fields and table name. It will be 
query templates for all DAO classes. 

Original comment by krygina...@gmail.com on 13 Jan 2013 at 6:04

GoogleCodeExporter commented 9 years ago
In release 85 last changes in DAO:
a) class DBConnect replaced to DAO package 
b) created class DBStandartQuery with 1 method at the moment. 

Need to finish DBStandartQuery class, create all methods for all kinds of 
queries which used in our project(first of all analize, what kinds of queries 
we need in our project).
Alexey - finish Select and do Insert
Maxim - do Update and Delete

After that return to task of this issue in my comment #1

Original comment by krygina...@gmail.com on 17 Jan 2013 at 9:39

GoogleCodeExporter commented 9 years ago
Need to refactoring DAO. Our DAO will be ORM. We will use Hibernate. First af 
all need to create entities classes - model of our DB in java. First 3 classes 
has been created - Form, Contact, Contact_Category.
Maxim - Advert, AdvertCategory, Institute, Faculty, Cathedra, School.
Alexey - the rest of tables.

Original comment by krygina...@gmail.com on 30 Jan 2013 at 2:50

GoogleCodeExporter commented 9 years ago
We made mapping of our tables from DB in hibernate. This is our base to do the 
next step. 
Alexey check all tables in DB (especially ID constraints - sequences) and 
Entities in our project.
Maxim read specification and create methods for Student Entity in DAOStudent.
After that we go to next step - implementation DAOStudent - DAOStudentImpl.  

Original comment by krygina...@gmail.com on 2 Feb 2013 at 8:09

GoogleCodeExporter commented 9 years ago
I'he added 3 methods for DAOStudentImpl.

Original comment by Zhokha.M...@gmail.com on 7 Feb 2013 at 8:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Need to finish Student DAO with form.
Maxim create dao methods - load form
Alexey - addNewForm and update 

Original comment by krygina...@gmail.com on 14 Feb 2013 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by Miraliss...@gmail.com on 31 Jul 2013 at 8:16