Here are the classes, structs, unions and interfaces with brief descriptions:
| GSPersistentStore | Nn abstract superclass from which concrete implementations of various persistent store types are subclassed |
| NSFetchRequest | An object for storing details about managed object fetches |
| NSManagedObject | Validates whether ``value'' is a valid value for ``attribute'', returning YES if it is, and NO if it isn't and setting the error in ``error'' |
| NSManagedObjectContext | Private methods of GNUstep Core Data for NSManagedObjectContext |
| NSManagedObjectID | For implementation notes see "Documentation/NSManagedObjectID.txt" in the source distribution of the GNUstep Core Data framework |