25 #ifndef _NSManagedObjectID_h_
26 #define _NSManagedObjectID_h_
28 #import <Foundation/NSObject.h>
31 @class NSEntityDescription;
36 NSEntityDescription * _entity;
38 unsigned long long _value;
41 - (NSEntityDescription *) entity;
42 - (BOOL) isTemporaryID;
43 - (id) persistentStore;
44 - (NSURL *) URIRepresentation;
Nn abstract superclass from which concrete implementations of various persistent store types are subc...
For implementation notes see "Documentation/NSManagedObjectID.txt" in the source distribution of the ...