Re: CoreData and Shared Data
Re: CoreData and Shared Data
- Subject: Re: CoreData and Shared Data
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 27 Dec 2005 16:13:11 -0800
On Dec 27, 2005, at 3:38 PM, Lucas Haley wrote:
I'll be using a NSPersistentDocument for the documents. The issue I
have is that I have an additional central data structure that is
referenced by each document across relationships. Can I model the
whole thing using the UI, or will I have to create a separate model
for the application, and in code define the relationships from the
documents?
It's not clear what this means. You can create the whole managed
object model using the Xcode data modeling tool. If you want, you
can create a single model for the whole schema and use configurations
for the different stores. If you want to create cross-store
relationships, then that will require additional coding for
relationship maintenance, but not for the modeling per se.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden