What will be your DAO design ?
- From: "Ray in HK" <ray@xxxxxxxxx>
- Date: Wed, 22 Jun 2005 18:52:30 +0800
For the following tables, which is a general rdbms design, what classes will
you create for accessing these tables ?
Table 1 : Group
group_id (PK)
group_desc
Table 2 : User
user_id (PK)
user_name
Table 3 : Group_User
group_id (FK)
user_id (FK)
.
- Follow-Ups:
- Re: What will be your DAO design ?
- From: CodeFutures
- Re: What will be your DAO design ?
- From: Lucy
- Re: What will be your DAO design ?
- Prev by Date: Strange behaviour of preparedStatement VS Statement
- Next by Date: Re: Strange behaviour of preparedStatement VS Statement
- Previous by thread: Strange behaviour of preparedStatement VS Statement
- Next by thread: Re: What will be your DAO design ?
- Index(es):