FrameworkPerson (and all code in the framework refers to that) and AppPerson 
(extends FrameworkPerson class, and all app code refers to that). When your 
models load, replace FrameworkPerson entity with AppPerson entity, so fetches 
for FrameworkPerson are secretly the equivalent to what AppPerson fetches would 
be. This is assuming EVERY row in your person table is an AppPerson in any 
given app.

ms

On May 29, 2012, at 6:28 PM, Paul Hoadley <[email protected]> wrote:

> On 30/05/2012, at 7:55 AM, Mike Schrag wrote:
> 
>> In the absence of the fancier solution (something like partial entities), I 
>> think I would make an app variant of the entity (where the class of the app 
>> one extends the class of the framework one) and model-rewrite the non-app 
>> variant to be the app variant.
> 
> What do you mean by the last bit: "model-rewrite the non-app variant to be 
> the app variant"?
> 
> 
> -- 
> Paul.
> 
> http://logicsquad.net/
> 
> 


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to