I have 2 tables with a M:N relationship and a bridge table that joins the
two.

Product Table           Bridge Table            Artist Table

UPC               UPC               ARTISTID
TITLE             Artist ID               ARTISTNAME
ETC....                 Sequence Number   ETC...

The "Sequence Number" field is used to determine the sequence that artists
appear on the physical piece of product.   When I use CMR's, I need to
include
"sequence number" in my ArtistEJB which is contained in a collection in the
ProductEJB.

Are there any examples of this?  I tried searching Google but couldn't find
anything.

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