-
Methods in org.robovm.apple.coredata with parameters of type NSPersistentStoreCoordinator
| Modifier and Type |
Method |
Description |
void |
NSPersistentStore.didAddToPersistentStoreCoordinator(NSPersistentStoreCoordinator coordinator) |
|
protected long |
NSAtomicStore.init(NSPersistentStoreCoordinator coordinator,
String configurationName,
NSURL url,
NSPersistentStoreOptions options) |
|
protected long |
NSCoreDataCoreSpotlightDelegate.init(NSPersistentStoreDescription description,
NSPersistentStoreCoordinator psc) |
|
protected long |
NSPersistentStore.init(NSPersistentStoreCoordinator root,
String name,
NSURL url,
NSPersistentStoreOptions options) |
|
static NSObjectProtocol |
NSPersistentStoreCoordinator.Notifications.observeDidImportUbiquitousContentChanges(NSPersistentStoreCoordinator object,
VoidBlock2<NSPersistentStoreCoordinator,NSNotification> block) |
|
static NSObjectProtocol |
NSPersistentStoreCoordinator.Notifications.observeStoresDidChange(NSPersistentStoreCoordinator object,
VoidBlock2<NSPersistentStoreCoordinator,NSPersistentStoreCoordinatorChangeNotification> block) |
|
static NSObjectProtocol |
NSPersistentStoreCoordinator.Notifications.observeStoresWillChange(NSPersistentStoreCoordinator object,
VoidBlock2<NSPersistentStoreCoordinator,NSPersistentStoreCoordinatorChangeNotification> block) |
|
static NSObjectProtocol |
NSPersistentStoreCoordinator.Notifications.observeWillRemoveStore(NSPersistentStoreCoordinator object,
VoidBlock1<NSPersistentStoreCoordinator> block) |
|
void |
NSManagedObjectContext.setPersistentStoreCoordinator(NSPersistentStoreCoordinator v) |
|
void |
NSPersistentStore.willRemoveFromPersistentStoreCoordinator(NSPersistentStoreCoordinator coordinator) |
|
Constructors in org.robovm.apple.coredata with parameters of type NSPersistentStoreCoordinator
| Constructor |
Description |
NSAtomicStore(NSPersistentStoreCoordinator coordinator,
String configurationName,
NSURL url,
NSPersistentStoreOptions options) |
|
NSCoreDataCoreSpotlightDelegate(NSPersistentStoreDescription description,
NSPersistentStoreCoordinator psc) |
|
NSIncrementalStore(NSPersistentStoreCoordinator root,
String name,
NSURL url,
NSPersistentStoreOptions options) |
|
NSPersistentStore(NSPersistentStoreCoordinator root,
String name,
NSURL url,
NSPersistentStoreOptions options) |
|