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!

ibatis example

Status
Not open for further replies.

nora1966

Programmer
Oct 12, 2006
10
FR
Hi;

I search a good design using Ibatis as persistence framework (I have already studied JPetStore-5.0 example).

Regards;
 
Good designs only come from good requirements, which you haven't supplied.

Tim
 
Hi;

I must to manage several list of objets for example :

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 account and one account has many adresses.
how write the DAO :
insert, update, delete and getPersonList for example.

regards;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top