-
Methods in org.robovm.apple.coredata that return NSPersistentStore
| Modifier and Type |
Method |
Description |
NSPersistentStore |
NSPersistentStoreCoordinator.addPersistentStore(String storeType,
String configuration,
NSURL storeURL,
NSPersistentStoreOptions options) |
|
NSPersistentStore |
NSPersistentStoreCoordinator.addPersistentStore(NSPersistentStoreType storeType,
String configuration,
NSURL storeURL,
NSPersistentStoreOptions options) |
|
NSPersistentStore |
NSManagedObjectID.getPersistentStore() |
|
NSPersistentStore |
NSPersistentStoreCoordinator.getPersistentStoreForURL(NSURL URL) |
|
NSPersistentStore |
NSPersistentStoreCoordinator.migratePersistentStore(NSPersistentStore store,
NSURL URL,
NSPersistentStoreOptions options,
String storeType) |
|
NSPersistentStore |
NSPersistentStoreCoordinator.migratePersistentStore(NSPersistentStore store,
NSURL URL,
NSPersistentStoreOptions options,
NSPersistentStoreType storeType) |
|
Methods in org.robovm.apple.coredata with parameters of type NSPersistentStore
| Modifier and Type |
Method |
Description |
void |
NSManagedObjectContext.assignObjectToPersistentStore(NSObject object,
NSPersistentStore store) |
|
boolean |
NSPersistentCloudKitContainer.canModifyManagedObjectsInStore(NSPersistentStore store) |
|
NSDictionary<NSString,?> |
NSPersistentStoreCoordinator.getMetadataForPersistentStore(NSPersistentStore store) |
|
NSURL |
NSPersistentStoreCoordinator.getURLForPersistentStore(NSPersistentStore store) |
|
NSPersistentStore |
NSPersistentStoreCoordinator.migratePersistentStore(NSPersistentStore store,
NSURL URL,
NSPersistentStoreOptions options,
String storeType) |
|
NSPersistentStore |
NSPersistentStoreCoordinator.migratePersistentStore(NSPersistentStore store,
NSURL URL,
NSPersistentStoreOptions options,
NSPersistentStoreType storeType) |
|
boolean |
NSPersistentStoreCoordinator.removePersistentStore(NSPersistentStore store) |
|
void |
NSPersistentStoreCoordinator.setMetadataForPersistentStore(NSPersistentStoreMetadata metadata,
NSPersistentStore store) |
|
boolean |
NSPersistentStoreCoordinator.setURLForPersistentStore(NSURL url,
NSPersistentStore store) |
|