Thanks for your detailed answer!
I think what I'm trying to achieve is a bit more difficult than this. I'm
already using polymorphic joins and it works really well. However, in the
scenario I try to model here I don't want to use single table inheritance for
performance reasons.
I'm implementin
On 12/06/12 7:01pm, Schönfisch, Jörg wrote:
Hi,
I have two tables, one relates to an object entity, the other is a join table. A FK
relationship exists between those two. However the "other" IDs in the join
table may be present in several different tables so I cannot define a FK relationship f
Great news, thanks for all your efforts.
regards
On Tue, Jun 12, 2012 at 9:17 PM, Andrus Adamchik wrote:
> Very happy to announce Cayenne 3.1 beta! The full announcement can be
> found here:
>
> http://cayenne.apache.org/2012/06/12/cayenne-31-beta-released.html
>
> Download is here of course:
>
Very happy to announce Cayenne 3.1 beta! The full announcement can be found
here:
http://cayenne.apache.org/2012/06/12/cayenne-31-beta-released.html
Download is here of course:
http://cayenne.apache.org/download.html
A note on 3.1 documentation. The new PDF guides shipped with the download
do
Hi,
I have two tables, one relates to an object entity, the other is a join table.
A FK relationship exists between those two. However the "other" IDs in the join
table may be present in several different tables so I cannot define a FK
relationship for them. Thus I directly want to read a list
But what happens inside SelectQuery.route(..)? (the failing query is
SelectQuery, right?). This is where the DataNode to Query mapping logic is, so
this is the place to look for clues.
Andrus
On Jun 6, 2012, at 11:47 AM, Gary Jarrel wrote:
> I've been debugging & debugging, and for the life of