|
| 1 | +--- |
| 2 | +Name: CoreData |
| 3 | +Classes: |
| 4 | +- Name: NSAtomicStore |
| 5 | + Methods: |
| 6 | + - Selector: 'objectIDForEntity:referenceObject:' |
| 7 | + SwiftName: 'objectID(for:withReferenceObject:)' |
| 8 | + MethodKind: Instance |
| 9 | +- Name: NSEntityDescription |
| 10 | + Methods: |
| 11 | + - Selector: 'entityForName:inManagedObjectContext:' |
| 12 | + SwiftName: 'entity(forEntityName:in:)' |
| 13 | + MethodKind: Class |
| 14 | + - Selector: 'insertNewObjectForEntityForName:inManagedObjectContext:' |
| 15 | + SwiftName: 'insertNewObject(forEntityName:into:)' |
| 16 | + MethodKind: Class |
| 17 | + - Selector: 'relationshipsWithDestinationEntity:' |
| 18 | + SwiftName: 'relationships(forDestination:)' |
| 19 | + MethodKind: Instance |
| 20 | + - Selector: 'isKindOfEntity:' |
| 21 | + SwiftName: 'isKindOf(entity:)' |
| 22 | + MethodKind: Instance |
| 23 | +- Name: NSEntityMigrationPolicy |
| 24 | + Methods: |
| 25 | + - Selector: 'beginEntityMapping:manager:error:' |
| 26 | + SwiftName: 'begin(_:with:)' |
| 27 | + MethodKind: Instance |
| 28 | + - Selector: 'createDestinationInstancesForSourceInstance:entityMapping:manager:error:' |
| 29 | + SwiftName: 'createDestinationInstances(forSource:in:manager:)' |
| 30 | + MethodKind: Instance |
| 31 | + - Selector: 'endInstanceCreationForEntityMapping:manager:error:' |
| 32 | + SwiftName: 'endInstanceCreation(forMapping:manager:)' |
| 33 | + MethodKind: Instance |
| 34 | + - Selector: 'createRelationshipsForDestinationInstance:entityMapping:manager:error:' |
| 35 | + SwiftName: 'createRelationships(forDestination:in:manager:)' |
| 36 | + MethodKind: Instance |
| 37 | + - Selector: 'endRelationshipCreationForEntityMapping:manager:error:' |
| 38 | + SwiftName: 'endRelationshipCreation(forMapping:manager:)' |
| 39 | + MethodKind: Instance |
| 40 | + - Selector: 'performCustomValidationForEntityMapping:manager:error:' |
| 41 | + SwiftName: 'performCustomValidation(forMapping:manager:)' |
| 42 | + MethodKind: Instance |
| 43 | +- Name: NSIncrementalStore |
| 44 | + Methods: |
| 45 | + - Selector: 'newObjectIDForEntity:referenceObject:' |
| 46 | + SwiftName: 'newObjectID(for:referenceObject:)' |
| 47 | + MethodKind: Instance |
| 48 | +- Name: NSManagedObjectContext |
| 49 | + Methods: |
| 50 | + - Selector: 'performBlockAndWait:' |
| 51 | + SwiftName: 'performAndWait(_:)' |
| 52 | + MethodKind: Instance |
| 53 | + - Selector: 'objectRegisteredForID:' |
| 54 | + SwiftName: 'registeredObject(for:)' |
| 55 | + MethodKind: Instance |
| 56 | + - Selector: 'executeFetchRequest:error:' |
| 57 | + SwiftName: 'fetch(_:)' |
| 58 | + MethodKind: Instance |
| 59 | + - Selector: 'refreshObject:mergeChanges:' |
| 60 | + SwiftName: 'refresh(_:mergeChanges:)' |
| 61 | + MethodKind: Instance |
| 62 | +- Name: NSManagedObjectModel |
| 63 | + Methods: |
| 64 | + - Selector: 'entitiesForConfiguration:' |
| 65 | + SwiftName: 'entities(forConfigurationName:)' |
| 66 | + MethodKind: Instance |
| 67 | + - Selector: 'setEntities:forConfiguration:' |
| 68 | + SwiftName: 'setEntities(_:forConfigurationName:)' |
| 69 | + MethodKind: Instance |
| 70 | + - Selector: 'isConfiguration:compatibleWithStoreMetadata:' |
| 71 | + SwiftName: 'isConfiguration(withName:compatibleWithStoreMetadata:)' |
| 72 | + MethodKind: Instance |
| 73 | +- Name: NSMergePolicy |
| 74 | + Methods: |
| 75 | + - Selector: 'resolveConflicts:error:' |
| 76 | + SwiftName: 'resolve(mergeConflicts:)' |
| 77 | + MethodKind: Instance |
| 78 | + - Selector: 'resolveConstraintConflicts:error:' |
| 79 | + SwiftName: 'resolve(constraintConflicts:)' |
| 80 | + MethodKind: Instance |
| 81 | +- Name: NSMigrationManager |
| 82 | + Methods: |
| 83 | + - Selector: 'migrateStoreFromURL:type:options:withMappingModel:toDestinationURL:destinationType:destinationOptions:error:' |
| 84 | + SwiftName: 'migrateStore(from:sourceType:options:with:toDestinationURL:destinationType:destinationOptions:)' |
| 85 | + MethodKind: Instance |
| 86 | + - Selector: 'associateSourceInstance:withDestinationInstance:forEntityMapping:' |
| 87 | + SwiftName: 'associate(sourceInstance:withDestinationInstance:for:)' |
| 88 | + MethodKind: Instance |
| 89 | + - Selector: 'destinationInstancesForEntityMappingNamed:sourceInstances:' |
| 90 | + SwiftName: 'destinationInstances(forEntityMappingName:sourceInstances:)' |
| 91 | + MethodKind: Instance |
| 92 | + - Selector: 'sourceInstancesForEntityMappingNamed:destinationInstances:' |
| 93 | + SwiftName: 'sourceInstances(forEntityMappingName:destinationInstances:)' |
| 94 | + MethodKind: Instance |
| 95 | +- Name: NSPersistentStore |
| 96 | + Methods: |
| 97 | + - Selector: 'setMetadata:forPersistentStoreWithURL:error:' |
| 98 | + SwiftName: 'setMetadata(_:forPersistentStoreAt:)' |
| 99 | + MethodKind: Class |
| 100 | + - Selector: 'initWithPersistentStoreCoordinator:configurationName:URL:options:' |
| 101 | + SwiftName: 'init(persistentStoreCoordinator:configurationName:at:options:)' |
| 102 | + MethodKind: Instance |
| 103 | +- Name: NSPersistentStoreCoordinator |
| 104 | + Methods: |
| 105 | + - Selector: 'addPersistentStoreWithType:configuration:URL:options:error:' |
| 106 | + SwiftName: 'addPersistentStore(ofType:configurationName:at:options:)' |
| 107 | + MethodKind: Instance |
| 108 | + - Selector: 'removePersistentStore:error:' |
| 109 | + SwiftName: 'remove(_:)' |
| 110 | + MethodKind: Instance |
| 111 | + - Selector: 'metadataForPersistentStoreOfType:URL:options:error:' |
| 112 | + SwiftName: 'metadataForPersistentStore(ofType:at:options:)' |
| 113 | + MethodKind: Class |
| 114 | + - Selector: 'setMetadata:forPersistentStoreOfType:URL:options:error:' |
| 115 | + SwiftName: 'setMetadata(_:forPersistentStoreOfType:at:options:)' |
| 116 | + MethodKind: Class |
| 117 | + - Selector: 'elementsDerivedFromExternalRecordURL:' |
| 118 | + SwiftName: 'elementsDerived(fromExternalRecordAt:)' |
| 119 | + MethodKind: Class |
| 120 | + - Selector: 'importStoreWithIdentifier:fromExternalRecordsDirectory:toURL:options:withType:error:' |
| 121 | + SwiftName: 'importStore(withIdentifier:fromExternalRecordsDirectoryAt:to:options:ofType:)' |
| 122 | + MethodKind: Instance |
| 123 | +- Name: NSSaveChangesRequest |
| 124 | + Methods: |
| 125 | + - Selector: 'initWithInsertedObjects:updatedObjects:deletedObjects:lockedObjects:' |
| 126 | + SwiftName: 'init(inserted:updated:deleted:locked:)' |
| 127 | + MethodKind: Instance |
| 128 | +Protocols: |
| 129 | +- Name: NSFetchedResultsControllerDelegate |
| 130 | + Methods: |
| 131 | + - Selector: 'controller:didChangeSection:atIndex:forChangeType:' |
| 132 | + SwiftName: 'controller(_:didChange:atSectionIndex:for:)' |
| 133 | + MethodKind: Instance |
0 commit comments