Re: CoreData: How to do Transient Entities?
Re: CoreData: How to do Transient Entities?
- Subject: Re: CoreData: How to do Transient Entities?
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 20 May 2005 01:38:49 -0700
On May 20, 2005, at 1:12 AM, Lee Morgan wrote:
I've got some CoreData entities (~1000) that are worthless after my
application quits.
Presumably you mean that you have about a thousand instances of a
particular entity that are unneeded?
Setting all the entity's attributes as transient doesn't work as I
need; since the number of entities varies also.
This is confusing, even assuming the interpretation above.
Any advice on how to go about making a select few entities transient?
Prior to saving, fetch the instances of the unwanted entity, and
delete them.
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