Hi,
could you explain what you mean by that many-to-many is not supported to
itself.
Probably this is the reason of my problem. If have following DDL:
create table keyword (
Uid CHAR(22) NOT NULL,
Keyword CHAR(40) NOT NULL
);
create table keywordkeyword (
Predecessor CHAR(22) NOT NULL,
Successor CHAR(22) NOT NULL
);
An instance of keyword A reference another instance of keyword B, but never
itself (A). When I save both related object, the objects are saved, but the
table keywordkeyword is left empty.
Boerries
.....................................................
> -----Ursprungliche Nachricht-----
> Von: Jacek Kruszelnicki [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 15. November 2001 16:41
> An: [EMAIL PROTECTED]
> Betreff: [castor-dev] Many-Many to itself?
>
>
> Hi,
>
> I know that 1-many self-referential relations are not supported (yet) in
> Castor, does it also apply to many-to-many
> cases?
>
>
> Thanks,
>
> -- Jacek
>
>
> Example:
>
> Company can have a reference to one or more ProblemOriginCompanies (which
> are Companies)
> ProblemOriginCompanies may be referenced by many Companies.
>
>
>
> Jacek Kruszelnicki
> Numatica Corporation
> E-mail: [EMAIL PROTECTED]
> Phone: (781) 756 8064
>
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
> unsubscribe castor-dev
>
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev