Re: @ForeignKey not allowed for @ManyToMany

2007-01-12 Thread Vlad Tatavu
I wouldn't say that's obvious, but it make sense and it works. Thanks! Vlad Abe White <[EMAIL PROTECTED]> 12/01/2007 03:24 PM Please respond to open-jpa-dev@incubator.apache.org To open-jpa-dev@incubator.apache.org cc Subject Re: @ForeignKey not allowed for @ManyToMany

Re: @ForeignKey not allowed for @ManyToMany

2007-01-12 Thread Abe White
Is there a reason why @ForeignKey is not allowed for @ManyToMany? Because the field value is a collection, not a reference. You want to use @ElementForeignKey. ___ Notice: This email message, together with any attachments,

@ForeignKey not allowed for @ManyToMany

2007-01-12 Thread Vlad Tatavu
Is there a reason why @ForeignKey is not allowed for @ManyToMany? Vlad