From: | soussou97 <dboussebha(at)yahoo(dot)fr> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Multiple Joins |
Date: | 2006-10-26 10:34:46 |
Message-ID: | 7008702.post@talk.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Hi;
I must to manage several list of objets for example :
in the database I have 3 tables :
T1 => 1..* T2 => 1..* T3 (tables)
T1 contains Person Javabean, T2 contains a Account List and T3 contains a
adress List.
A person has many accounts and one account has many adresses.
How write the DAO :
insert, update, delete and the get (getPersonList, getListAcconut,
etc...)using JDBC.
An example of a implementation (source code) will be welcome.
I
regards;
--
View this message in context: http://www.nabble.com/Multiple-Joins-tf2513160.html#a7008702
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Bendik Rognlien Johansen | 2006-10-26 15:30:54 | Re: Retrieving arrays |
Previous Message | Thomas H. | 2006-10-25 18:16:47 | Re: [HACKERS] server process (PID 1188) exited with exit code -1073741819, 8.2 beta1 |