Core Data

E284600

Core Data is Apple’s object graph and persistence framework used in macOS and iOS apps to manage and store model layer data.

All labels observed (4)

Label Occurrences
Core Data canonical 8
Core Data API 1
NSManagedObjectContext 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf object graph management framework ⓘ
persistence framework ⓘ
software framework ⓘ
developer Apple Inc. ⓘ
documentationURL https://developer.apple.com/documentation/coredata ⓘ
hasComponent NSFetchRequest ⓘ
NSFetchedResultsController ⓘ
NSManagedObject ⓘ
NSManagedObjectContext ⓘ
linked to: Core Data

NSManagedObjectModel ⓘ
linked to: Core Data

NSPersistentStore ⓘ
NSPersistentStoreCoordinator ⓘ
integratedIn Xcode ⓘ
introducedIn Mac OS X 10.4 Tiger ⓘ
license proprietary ⓘ
operatingSystem Apple operating systems ⓘ
partOf Cocoa ⓘ
Cocoa Touch ⓘ
platform iOS ⓘ
iPadOS ⓘ
macOS ⓘ
tvOS ⓘ
watchOS ⓘ
primaryUse data persistence ⓘ
model layer management ⓘ
object graph management ⓘ
programmingLanguage Objective-C ⓘ
Swift ⓘ
releaseYear 2005 ⓘ
supports NSFetchedResultsController ⓘ
SQLite persistent store ⓘ
background contexts ⓘ
batch deletes ⓘ
batch updates ⓘ
binary persistent store ⓘ
change tracking ⓘ
concurrency ⓘ
faulting ⓘ
iCloud integration ⓘ
in-memory persistent store ⓘ
key-value coding ⓘ
key-value observing ⓘ
lazy loading ⓘ
migration ⓘ
undo management ⓘ
validation ⓘ
versioning ⓘ
uses data model editor in Xcode ⓘ
entity-relationship model ⓘ

How these facts were elicited

Referenced by (11)

Full triples — surface form annotated when it differs from this entity's canonical label.

macOS Cocoa → includesFramework → Core Data ⓘ
macOS SDK → containsFramework → Core Data ⓘ
Mac OS X 10.4 Tiger → includedAPI → Core Data API ⓘ
linked to: Core Data
Core Data → hasComponent → NSManagedObjectContext ⓘ
linked to: Core Data
Core Data → hasComponent → NSManagedObjectModel ⓘ
linked to: Core Data
Cocoa Touch → includesFramework → Core Data ⓘ
OCKStore → persistsDataUsing → Core Data ⓘ