Hello All!

Can I use CMP for a bean which manages a master-detail entity relationship
in the database?
To give an example, let's say there is a Discussion table, which stores a
discussion forum's topics in a master table, and all the threads (or
replies) for the topic in the detail table. Can I create a CMP Bean for this
relationship? I don't want to create 2 different EJBs for the master &
detail table, but just 1 bean with, perhaps, a helper class for handling the
data in the detail table. Also, my Master table would have a composite
primary key made of a String and a Date field.
This is easy enough to do using BMP, but can i do it using CMP? How?

Thanks,
Vishal

===========================================================================
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