Hi everyone,

How do I implement this sort of relationship in Entity beans

1. Category class
     String categorytype
     Vector platformlist

2. Platform class
      String platformDesc;
      Vector vendorlist

3.  Vendor class
       String vendorname;
       Vector modellist;


Any ideas/suggestions will be very helpfull.

Thanks
Roopa

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to