forked from jessesquires/JSQCoreDataKit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsearch.json
More file actions
1 lines (1 loc) · 14.9 KB
/
Copy pathsearch.json
File metadata and controls
1 lines (1 loc) · 14.9 KB
1
{"Typealiases.html#/s:14JSQCoreDataKit22PersistentStoreOptions":{"name":"PersistentStoreOptions","abstract":"<p>Describes the initialization options for a persistent store.</p>"},"Typealiases.html#/s:14JSQCoreDataKit12ChildContext":{"name":"ChildContext","abstract":"<p>Describes a child managed object context.</p>"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel4nameSS":{"name":"name","abstract":"<p>The name of the Core Data model resource.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel6bundleCSo6Bundle":{"name":"bundle","abstract":"<p>The bundle in which the model is located.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel9storeTypeOS_9StoreType":{"name":"storeType","abstract":"<p>The type of the Core Data persistent store for the model.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel8storeURLGSqV10Foundation3URL_":{"name":"storeURL","abstract":"<p>The file URL specifying the full path to the store.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel8modelURLV10Foundation3URL":{"name":"modelURL","abstract":"<p>The file URL specifying the model file in the bundle specified by <code><a href=\"36f8f5912051ae747ef441d6511ca4cbStructs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel6bundleCSo6Bundle\">bundle</a></code>.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel16databaseFileNameSS":{"name":"databaseFileName","abstract":"<p>The database file name for the store.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel18managedObjectModelCSo20NSManagedObjectModel":{"name":"managedObjectModel","abstract":"<p>The managed object model for the model specified by <code><a href=\"36f8f5912051ae747ef441d6511ca4cbStructs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel4nameSS\">name</a></code>.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:vV14JSQCoreDataKit13CoreDataModel14needsMigrationSb":{"name":"needsMigration","abstract":"<p>Queries the meta data for the persistent store specified by the receiver","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:FV14JSQCoreDataKit13CoreDataModelcFT4nameSS6bundleCSo6Bundle9storeTypeOS_9StoreType_S0_":{"name":"init(name:bundle:storeType:)","abstract":"<p>Constructs a new <code>CoreDataModel</code> instance with the specified name and bundle.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:FV14JSQCoreDataKit13CoreDataModel19removeExistingStoreFzT_T_":{"name":"removeExistingStore()","abstract":"<p>Removes the existing model store specfied by the receiver.</p>","parent_name":"CoreDataModel"},"Structs/CoreDataModel.html#/s:FV14JSQCoreDataKit13CoreDataModel7migrateFzT_T_":{"name":"migrate()","abstract":"<p>Progressively migrates the persistent store of the <code>CoreDataModel</code> based on mapping models found in the model’s bundle.","parent_name":"CoreDataModel"},"Structs/CoreDataStackFactory.html#/s:vV14JSQCoreDataKit20CoreDataStackFactory5modelVS_13CoreDataModel":{"name":"model","abstract":"<p>The model for the stack that the factory produces.</p>","parent_name":"CoreDataStackFactory"},"Structs/CoreDataStackFactory.html#/s:vV14JSQCoreDataKit20CoreDataStackFactory7optionsGSqGVs10DictionaryCSo8NSObjectPs9AnyObject___":{"name":"options","abstract":"<p>A dictionary that specifies options for the store that the factory produces.","parent_name":"CoreDataStackFactory"},"Structs/CoreDataStackFactory.html#/s:FV14JSQCoreDataKit20CoreDataStackFactorycFT5modelVS_13CoreDataModel7optionsGSqGVs10DictionaryCSo8NSObjectPs9AnyObject____S0_":{"name":"init(model:options:)","abstract":"<p>Constructs a new <code>CoreDataStackFactory</code> instance with the specified <code><a href=\"36f8f5912051ae747ef441d6511ca4cbStructs/CoreDataStackFactory.html#/s:vV14JSQCoreDataKit20CoreDataStackFactory5modelVS_13CoreDataModel\">model</a></code> and <code><a href=\"36f8f5912051ae747ef441d6511ca4cbStructs/CoreDataStackFactory.html#/s:vV14JSQCoreDataKit20CoreDataStackFactory7optionsGSqGVs10DictionaryCSo8NSObjectPs9AnyObject___\">options</a></code>.</p>","parent_name":"CoreDataStackFactory"},"Structs/CoreDataStackFactory.html#/s:FV14JSQCoreDataKit20CoreDataStackFactory11createStackFT7onQueueGSqCSo13DispatchQueue_10completionFOS_11StackResultT__T_":{"name":"createStack(onQueue:completion:)","abstract":"<p>Initializes a new <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/CoreDataStack.html\">CoreDataStack</a></code> instance using the factory’s <code><a href=\"36f8f5912051ae747ef441d6511ca4cbStructs/CoreDataStackFactory.html#/s:vV14JSQCoreDataKit20CoreDataStackFactory5modelVS_13CoreDataModel\">model</a></code> and <code><a href=\"36f8f5912051ae747ef441d6511ca4cbStructs/CoreDataStackFactory.html#/s:vV14JSQCoreDataKit20CoreDataStackFactory7optionsGSqGVs10DictionaryCSo8NSObjectPs9AnyObject___\">options</a></code>.</p>","parent_name":"CoreDataStackFactory"},"Structs/CoreDataStackFactory.html":{"name":"CoreDataStackFactory","abstract":"<p>An instance of <code>CoreDataStackFactory</code> is responsible for creating instances of <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/CoreDataStack.html\">CoreDataStack</a></code>.</p>"},"Structs/CoreDataModel.html":{"name":"CoreDataModel","abstract":"<p>An instance of <code>CoreDataModel</code> represents a Core Data model — a <code>.xcdatamodeld</code> file package."},"Protocols/CoreDataEntityProtocol.html#/s:ZvP14JSQCoreDataKit22CoreDataEntityProtocol10entityNameSS":{"name":"entityName","abstract":"<p>The name of the entity.</p>","parent_name":"CoreDataEntityProtocol"},"Protocols/CoreDataEntityProtocol.html#/s:ZvP14JSQCoreDataKit22CoreDataEntityProtocol22defaultSortDescriptorsGSaCSo16NSSortDescriptor_":{"name":"defaultSortDescriptors","abstract":"<p>The default sort descriptors for a fetch request.</p>","parent_name":"CoreDataEntityProtocol"},"Protocols/CoreDataEntityProtocol.html#/s:Zve14JSQCoreDataKitRxCSo15NSManagedObjectxS_22CoreDataEntityProtocolrS1_12fetchRequestGCSo14NSFetchRequestx_":{"name":"fetchRequest","abstract":"<p>Returns a new fetch request with <code><a href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/CoreDataEntityProtocol.html#/s:ZvP14JSQCoreDataKit22CoreDataEntityProtocol22defaultSortDescriptorsGSaCSo16NSSortDescriptor_\">defaultSortDescriptors</a></code>.</p>","parent_name":"CoreDataEntityProtocol"},"Protocols/CoreDataEntityProtocol.html#/s:ZFe14JSQCoreDataKitRxCSo15NSManagedObjectxS_22CoreDataEntityProtocolrS1_6entityFT7contextCSo22NSManagedObjectContext_CSo19NSEntityDescription":{"name":"entity(context:)","abstract":"<p>Returns the entity with the specified name from the managed object model associated","parent_name":"CoreDataEntityProtocol"},"Protocols/CoreDataEntityProtocol.html":{"name":"CoreDataEntityProtocol","abstract":"<p>Describes an entity in Core Data.</p>"},"Functions.html#/s:F14JSQCoreDataKit11saveContextFTCSo22NSManagedObjectContext4waitSb10completionGSqFOS_10SaveResultT___T_":{"name":"saveContext(_:wait:completion:)","abstract":"<p>Attempts to commit unsaved changes to registered objects in the context."},"Enums/StackResult.html#/s:FO14JSQCoreDataKit11StackResult7successFMS0_FCS_13CoreDataStackS0_":{"name":"success","abstract":"<p>The success result, containing the successfully initialized <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/CoreDataStack.html\">CoreDataStack</a></code>.</p>","parent_name":"StackResult"},"Enums/StackResult.html#/s:FO14JSQCoreDataKit11StackResult7failureFMS0_FCSo7NSErrorS0_":{"name":"failure","abstract":"<p>The failure result, containing an <code>NSError</code> instance that describes the error.</p>","parent_name":"StackResult"},"Enums/StackResult.html#/s:FO14JSQCoreDataKit11StackResult5stackFT_GSqCS_13CoreDataStack_":{"name":"stack()","parent_name":"StackResult"},"Enums/StackResult.html#/s:FO14JSQCoreDataKit11StackResult5errorFT_GSqCSo7NSError_":{"name":"error()","parent_name":"StackResult"},"Enums/ModelFileExtension.html#/s:FO14JSQCoreDataKit18ModelFileExtension6bundleFMS0_S0_":{"name":"bundle","abstract":"<p>The extension for a model bundle, or a <code>.xcdatamodeld</code> file package.</p>","parent_name":"ModelFileExtension"},"Enums/ModelFileExtension.html#/s:FO14JSQCoreDataKit18ModelFileExtension13versionedFileFMS0_S0_":{"name":"versionedFile","abstract":"<p>The extension for a versioned model file, or a <code>.xcdatamodel</code> file.</p>","parent_name":"ModelFileExtension"},"Enums/ModelFileExtension.html#/s:FO14JSQCoreDataKit18ModelFileExtension7mappingFMS0_S0_":{"name":"mapping","abstract":"<p>The extension for a mapping model file, or a <code>.xcmappingmodel</code> file.</p>","parent_name":"ModelFileExtension"},"Enums/ModelFileExtension.html#/s:FO14JSQCoreDataKit18ModelFileExtension6sqliteFMS0_S0_":{"name":"sqlite","abstract":"<p>The extension for a sqlite store.</p>","parent_name":"ModelFileExtension"},"Enums/SaveResult.html#/s:FO14JSQCoreDataKit10SaveResult7successFMS0_S0_":{"name":"success","abstract":"<p>The success result.</p>","parent_name":"SaveResult"},"Enums/SaveResult.html#/s:FO14JSQCoreDataKit10SaveResult7failureFMS0_FCSo7NSErrorS0_":{"name":"failure","abstract":"<p>The failure result, containing an <code>NSError</code> instance that describes the error.</p>","parent_name":"SaveResult"},"Enums/SaveResult.html#/s:FO14JSQCoreDataKit10SaveResult5errorFT_GSqCSo7NSError_":{"name":"error()","parent_name":"SaveResult"},"Enums/MigrationError.html#/s:FO14JSQCoreDataKit14MigrationError19sourceModelNotFoundFMS0_FT5modelVS_13CoreDataModel_S0_":{"name":"sourceModelNotFound","abstract":"<p>Specifies that the <code>NSManagedObjectModel</code> corresponding to the existing persistent store was not found in the model’s bundle.</p>","parent_name":"MigrationError"},"Enums/MigrationError.html#/s:FO14JSQCoreDataKit14MigrationError20mappingModelNotFoundFMS0_FT16destinationModelCSo20NSManagedObjectModel_S0_":{"name":"mappingModelNotFound","abstract":"<p>Specifies that an <code>NSMappingModel</code> was not found in the model’s bundle in the progressive migration ‘path’.</p>","parent_name":"MigrationError"},"Enums/StoreType.html#/s:FO14JSQCoreDataKit9StoreType6sqliteFMS0_FV10Foundation3URLS0_":{"name":"sqlite","abstract":"<p>The SQLite database store type. The associated file URL specifies the directory for the store.</p>","parent_name":"StoreType"},"Enums/StoreType.html#/s:FO14JSQCoreDataKit9StoreType6binaryFMS0_FV10Foundation3URLS0_":{"name":"binary","abstract":"<p>The binary store type. The associated file URL specifies the directory for the store.</p>","parent_name":"StoreType"},"Enums/StoreType.html#/s:FO14JSQCoreDataKit9StoreType8inMemoryFMS0_S0_":{"name":"inMemory","abstract":"<p>The in-memory store type.</p>","parent_name":"StoreType"},"Enums/StoreType.html#/s:vO14JSQCoreDataKit9StoreType4typeSS":{"name":"type","abstract":"<p>Returns the type string description for the store type.</p>","parent_name":"StoreType"},"Enums/StoreType.html#/s:FO14JSQCoreDataKit9StoreType14storeDirectoryFT_GSqV10Foundation3URL_":{"name":"storeDirectory()","abstract":"<div class=\"aside aside-note\">","parent_name":"StoreType"},"Enums/StoreType.html":{"name":"StoreType","abstract":"<p>Describes a Core Data persistent store type.</p>"},"Enums/MigrationError.html":{"name":"MigrationError","abstract":"<p>An error type that specifies possible errors that are thrown by calling <code>CoreDataModel.migrate() throws</code>.</p>"},"Enums/SaveResult.html":{"name":"SaveResult","abstract":"<p>A result object representing the result of saving an <code>NSManagedObjectContext</code>.</p>"},"Enums/ModelFileExtension.html":{"name":"ModelFileExtension","abstract":"<p>Describes a Core Data model file exention type based on the"},"Enums/StackResult.html":{"name":"StackResult","abstract":"<p>A result object representing the result of creating a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/CoreDataStack.html\">CoreDataStack</a></code> via a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbStructs/CoreDataStackFactory.html\">CoreDataStackFactory</a></code>.</p>"},"Global Variables.html#/s:v14JSQCoreDataKit19defaultStoreOptionsGVs10DictionaryCSo8NSObjectPs9AnyObject__":{"name":"defaultStoreOptions","abstract":"<p>Describes default persistent store options.</p>"},"Classes/CoreDataStack.html#/s:vC14JSQCoreDataKit13CoreDataStack5modelVS_13CoreDataModel":{"name":"model","abstract":"<p>The model for the stack.</p>","parent_name":"CoreDataStack"},"Classes/CoreDataStack.html#/s:vC14JSQCoreDataKit13CoreDataStack11mainContextCSo22NSManagedObjectContext":{"name":"mainContext","abstract":"<p>The main managed object context for the stack, which operates on the main queue.","parent_name":"CoreDataStack"},"Classes/CoreDataStack.html#/s:vC14JSQCoreDataKit13CoreDataStack17backgroundContextCSo22NSManagedObjectContext":{"name":"backgroundContext","abstract":"<p>The background managed object context for the stack, which operates on a background queue.","parent_name":"CoreDataStack"},"Classes/CoreDataStack.html#/s:vC14JSQCoreDataKit13CoreDataStack16storeCoordinatorCSo28NSPersistentStoreCoordinator":{"name":"storeCoordinator","abstract":"<p>The persistent store coordinator for the stack. Both contexts are connected to this coordinator.</p>","parent_name":"CoreDataStack"},"Classes/CoreDataStack.html#/s:FC14JSQCoreDataKit13CoreDataStack12childContextFT15concurrencyTypeOSC37NSManagedObjectContextConcurrencyType15mergePolicyTypeOSC17NSMergePolicyType_CSo22NSManagedObjectContext":{"name":"childContext(concurrencyType:mergePolicyType:)","abstract":"<p>Creates a new child context with the specified <code>concurrencyType</code> and <code>mergePolicyType</code>.</p>","parent_name":"CoreDataStack"},"Classes/CoreDataStack.html#/s:FC14JSQCoreDataKit13CoreDataStack5resetFT7onQueueCSo13DispatchQueue10completionFOS_11StackResultT__T_":{"name":"reset(onQueue:completion:)","abstract":"<p>Resets the managed object contexts in the stack on their respective threads.","parent_name":"CoreDataStack"},"Classes/CoreDataStack.html":{"name":"CoreDataStack","abstract":"<p>An instance of <code>CoreDataStack</code> encapsulates the entire Core Data stack."},"getting-started.html":{"name":"Getting Started"},"Guides.html":{"name":"Guides","abstract":"The following guides are available globally."},"Classes.html":{"name":"Classes","abstract":"The following classes are available globally."},"Global Variables.html":{"name":"Global Variables","abstract":"The following global variables are available globally."},"Enums.html":{"name":"Enums","abstract":"The following enums are available globally."},"Functions.html":{"name":"Functions","abstract":"The following functions are available globally."},"Protocols.html":{"name":"Protocols","abstract":"The following protocols are available globally."},"Structs.html":{"name":"Structs","abstract":"The following structs are available globally."},"Typealiases.html":{"name":"Typealiases","abstract":"The following typealiases are available globally."}}