Am 07.02.2006 12:31 Uhr schrieb "Amedeo Mantica" unter
<[EMAIL PROTECTED]>:

> Hi, a question... how to implement this:
> 
> Products entity...
> 
> some product can be related to many other products...
> 
> then I need to join in many-to-many the same entity...
> 
> any suggestion?
> 
> thanks
> Amedeo
You can not "automagically" join this in.
But you can modify the relations after a join to another temporary table,
and it works.
I did this on the base class in an vertical inheritance to connect base and
derived objects, and it too works.
But one thing: you have to maintain the join table manually!

I will send you an extract of the data model with separata post.


Wolfram


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to