Yeah, I would definitely suggest to upgrade. Upgrade should be rather
straightforward. Follow the UPGRADE-NOTES.txt.
Andrus
On Sep 8, 2010, at 5:58 AM, Hans Pikkemaat wrote:
> Hi,
>
> This seems to be an issue in cayenne 2.0.4.
>
> In 3.0 it works fine.
>
> There are reasons why I cannot si
Hi,
This seems to be an issue in cayenne 2.0.4.
In 3.0 it works fine.
There are reasons why I cannot simply upgrade to 3.
Is there a work around for this problem to get it to work in cayenne 2.0.4?
tx
Hans
On 9/8/10 10:31 AM, Hans Pikkemaat wrote:
Hi,
I did not explain my test case in
Hi,
I did not explain my test case in enough detail.
I have table testhpi, testhpi2 and testhpi3.
There are relationships
testhpi: testhpi2Array
testhpi: testhpi3Array
testhpi2: testhpi3Array
I use a joint prefetches
query.addPrefetch("testhpi2Array").setSemantics(PrefetchT
Indeed very strange.
I'm trying to reproduce now using a simple table structure but here
it works fine.
If I find something I'll let you know.
Hans
On 9/7/10 4:06 PM, Andrus Adamchik wrote:
Very strange. Prefetching always refreshes related objects.
Andrus
On Sep 7, 2010, at 7:52 AM, Hans
Very strange. Prefetching always refreshes related objects.
Andrus
On Sep 7, 2010, at 7:52 AM, Hans Pikkemaat wrote:
> Hi,
>
> I'm running a SelectQuery where I'm using a joint prefetch.
>
>
> query.addPrefetch(...).setSemantics(PrefetchTreeNode.JOINT_PREFETCH_SEMANTICS);
>
> I turned cac