Prefetching across models/databases
Prefetching across models/databases
- Subject: Prefetching across models/databases
- From: Travis Britt <email@hidden>
- Date: Mon, 10 Sep 2007 12:44:25 -0400
Having some trouble with prefetching a relationship whose destination
is in another database. (Both databases are Oracle 9.)
SQL is not generated to fetch the destination EOs from the second
database, nor are they faulted in when I try to access them after the
fetch. (I assume b/c EOF thinks they weren't in the database -- if I
remove the prefetch on that relationship, they get faulted in as
you'd expect.)
Is EOF supposed to handle prefetching across databases, or do I ask
too much of it? Or is it an EOF/Oracle thing...
Currently I work around this by creating a second fetch spec for the
relationship and fetching the destination EOs with that.
tb
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden