GNUstep Core Data
0.1
|
For implementation notes see "Documentation/NSManagedObjectID.txt" in the source distribution of the GNUstep Core Data framework. More...
Inherits NSObject, and <NSCopying>.
Instance Methods | |
(NSEntityDescription *) | - entity |
Returns the receiver's entity (that is, the entity of the object to which this managed object ID belongs). | |
(BOOL) | - isTemporaryID |
Returns NO if the receiver is a permanent ID (that is, it has been already saved to or fetched from a persistent store), and YES otherwise. | |
(id) | - persistentStore |
Returns the persistent store from which the receiver has been fetched or to which it has been stored, and ‘nil’ otherwise. | |
(NSURL *) | - URIRepresentation |
Returns an archivable URI representation of the receiver. More... | |
For implementation notes see "Documentation/NSManagedObjectID.txt" in the source distribution of the GNUstep Core Data framework.
Definition at line 34 of file NSManagedObjectID.h.
- (NSURL *) URIRepresentation |
Returns an archivable URI representation of the receiver.
URI representations are only available for permanent managed object IDs - temporary IDs simply return ‘nil’.
Definition at line 1 of file NSManagedObjectID.m.