Re: Core-Data, can you issue an NSrequest from awakefrominsert
Re: Core-Data, can you issue an NSrequest from awakefrominsert
- Subject: Re: Core-Data, can you issue an NSrequest from awakefrominsert
- From: Chris Hanson <email@hidden>
- Date: Mon, 24 Apr 2006 16:58:16 -0700
On Apr 24, 2006, at 1:08 PM, R Dearlove wrote:
Thanks for that. It seems I will have to subclass the array
controller and put some code in there. I tried the delayed selector
calling method shown on the page, but that crashes my app.
It's a shame that there isn't an auto-inc field type in coredata.
Out of curiosity, what would you like to use an auto-incrementing
attribute for?
Core Data supports managed object IDs for your objects automatically,
eliminating the need to perform your own primary key management.
Core Data also handles relationships for you automatically,
eliminating the need to perform your own with relationship management
via foreign keys and joins.
-- Chris
_______________________________________________
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