Hello
Here i have a scenario where in i havegot multiple tables in a single
database.
Now for each table I can make a Container Managed Persistance(CMP).
But ideally what i want to make is a single CMP mapped to all the tables or
atleast mapped to more than one table. Is it possible to map a single CMP to
more than one table? If yes the how please?
Else I will have to go in for Bean Managed Persistance (BMP) where in a
single bean is responsible for interacting with more than one tables. Each
table has got its own primary key. So is there any way possible for me to
associate by BMP with more than one table (in a single database) where in
each table has their own primary keys.
Regards,
Prateek.
===========================================================================
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".