re: Fetch Requests on Non Standard Classes in Core Data

2009-05-17 Thread Ben Trumbull
To make matters worse though, the guid is wrapped in what is effectively a container class which includes network serialization functionality, an isEqual method, etc along with the 16 bytes of guid data. If possible I would like to store the wrapper object in Core Data rather than extractin

Re: Fetch Requests on Non Standard Classes in Core Data

2009-05-14 Thread Quincey Morris
On May 13, 2009, at 20:41, Ian Peters-Campbell wrote: I'm fairly new to iPhone/Cocoa, and brand new to Core Data. I'm in the process of writing a data manager, and I would like it to use Core Data. Unfortunately my brain is breaking a little bit with a conceptual issue. I need an entity w