On Sat, Dec 12, 2009 at 5:00 PM, Rick Mann <rm...@latencyzero.com> wrote: > Thanks. Yeah, I thought of this approach, but it seems a little clunky, > having to check both segHeads & segTails each time I want all segments on a > Node.
It's a tradeoff. At some point Core Data doesn't do everything you need it to do. You could perhaps make a stored fetch predicate, or maybe provide a custom subclass of NSManagedObject for your Node instances that has a transient "allSegments" property. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com