DAO with a one-to-many relationship
- From: "andreldcastro" <andreldcastro@xxxxxxxxx>
- Date: 9 Nov 2005 19:54:13 -0800
I'm newby in JAVA. I need to write a DAO and all necessary classes to
implement an one-to-many relationship. For example:
Person
-----------
personId
personName
Phones
-----------
personId
phoneNumber
phoneDescription
where: person 1---N phones. Thanks in advance for any help.
.
- Follow-Ups:
- Re: DAO with a one-to-many relationship
- From: Andy Grove
- Re: DAO with a one-to-many relationship
- Prev by Date: [ANNOUNCE] XQuery FLWOR Tutorial
- Next by Date: Re: DAO with a one-to-many relationship
- Previous by thread: [ANNOUNCE] XQuery FLWOR Tutorial
- Next by thread: Re: DAO with a one-to-many relationship
- Index(es):