Subclassing and Relationships - different xcdatamodels
Subclassing and Relationships - different xcdatamodels
- Subject: Subclassing and Relationships - different xcdatamodels
- From: Alexander Spohr <email@hidden>
- Date: Mon, 22 Mar 2010 16:10:25 +0100
Hi list,
I used to create a base model in EOF and group some additional models around it having relationships into the base model. The base model was reusable, the others where project specific.
Now I would like to use such a setup with CoreData.
Is it possible to
1) create entity BSubclass in model B by subclassing entity ASuperclass in model A?
2) create a relationship from entity BSub to entity AOther?
3) create a relationship from entity AOther to entity BSub in code?
I could not find anything working for this in XCode. Did I look in the wrong place or is it just not possible?
atze
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden