With a project I'm working on I decided to have a number of my entities inherit from an abstract entity. Each of these entities have their own separate table (I forget what kind of inheritance that's called...).
I noticed that EOF is only generating a single series of PKs for the abstract parent entity and not PKs for each child entity. I read somewhere that that's what EOF likes to do with inheritance. But considering I'd never be dealing with the abstract entity, is there a way to make EOF give PKs to each individual entity?
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
