Re: DAO with a one-to-many relationship
- From: "Andy Grove" <andygrove73@xxxxxxxxx>
- Date: 10 Nov 2005 03:16:16 -0800
Hi,
You can use an evaluation copy of FireStorm/DAO to generate all of the
code for you. The eval copy is fine if you just have 2 tables.
You can download the product here:
http://www.codefutures.com/products/firestorm/
Cheers,
Andy.
andreldcastro wrote:
> 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.
.
- References:
- DAO with a one-to-many relationship
- From: andreldcastro
- DAO with a one-to-many relationship
- Prev by Date: DAO with a one-to-many relationship
- Next by Date: JAVA SOFTWARE DEVELOPER - Front end
- Previous by thread: DAO with a one-to-many relationship
- Index(es):
Relevant Pages
|