Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.)
Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.)
- Subject: Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.)
- From: Scott Ellsworth <email@hidden>
- Date: Fri, 29 Apr 2005 17:14:58 -0700
On Apr 29, 2005, at 4:25 PM, mmalcolm crawford wrote:
On Apr 29, 2005, at 2:32 PM, Scott Ellsworth wrote:
On the other hand, I am not sure I grok when I would use a fetched
property, as opposed to a stored fetch request. Is there an
implicit "must be in a relatioship with the entity that the
fetched property is a part of" condition on a fetched property, or
some such?
Think of how you might represent a smart playlists in iTunes. You
could use a fetch request in place of a fetched property, but this
requires a different (and "explicit") code structure -- that is,
you'll have to retrieve the fetch request from the model then
execute it.
'Kay. That makes a lot of sense. I am currently building fetch
requests on the fly in code, and I am not that happy with that
design. The first one to move to a fetched property, I think, will
be my 'worlds matching a criterion' code.
Thanks,
Scott
_______________________________________________
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
References: | |
| >Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: Marc Blatt <email@hidden>) |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: mmalcolm crawford <email@hidden>) |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: Jim Correia <email@hidden>) |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: mmalcolm crawford <email@hidden>) |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: Scott Ellsworth <email@hidden>) |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: mmalcolm crawford <email@hidden>) |