Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDBC example

Status
Not open for further replies.

nora1966

Programmer
Oct 12, 2006
10
FR
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;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top