Andreas Hartmann schrieb:
I'm trying to get a large set of objects using prefetching.
[…]
To me this looks like everything should be available after this query.
Nevertheless, Cayenne issues additional queries when I access the
RecipientField and Recipient properties:
Now that's interesting
Hi Cayenne community,
I'm trying to get a large set of objects using prefetching.
The following entities are involved:
Mailing
has one RecipientSet
has many RecipientField(s)
has many Recipient(s)
has many RecipientValue(s) (one for each field)
I intend to get the whole objec