views:

87

answers:

1

It seems like this should be straight forward but I have not been able to find a good example of it. I have a simple Core Data entity that I want to split into two separate entities. Apple's documentation mentions it at a high level (Mapping Overview), however, it is unclear what the actual mapping model should look like to associate the relationship to the new split out entity back to the original.

+2  A: 

OK, I have found my own answer to this one and have detailed it in this blog post: http://blog.slalomworks.com/2010/01/08/splitting-an-entity-in-a-coredata-migration

Greg Martin