Uses of Class
org.robovm.apple.coredata.NSPersistentStoreDescription
| Package | Description |
|---|---|
| org.robovm.apple.coredata |
-
Uses of NSPersistentStoreDescription in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return types with arguments of type NSPersistentStoreDescription Modifier and Type Method Description NSArray<NSPersistentStoreDescription>NSPersistentContainer. getPersistentStoreDescriptions()Methods in org.robovm.apple.coredata with parameters of type NSPersistentStoreDescription Modifier and Type Method Description voidNSPersistentStoreCoordinator. addPersistentStoreWithDescription(NSPersistentStoreDescription storeDescription, VoidBlock2<NSPersistentStoreDescription,NSError> block)protected longNSCoreDataCoreSpotlightDelegate. init(NSPersistentStoreDescription description, NSManagedObjectModel model)Deprecated.Deprecated in iOS 15.0.protected longNSCoreDataCoreSpotlightDelegate. init(NSPersistentStoreDescription description, NSPersistentStoreCoordinator psc)Method parameters in org.robovm.apple.coredata with type arguments of type NSPersistentStoreDescription Modifier and Type Method Description voidNSPersistentStoreCoordinator. addPersistentStoreWithDescription(NSPersistentStoreDescription storeDescription, VoidBlock2<NSPersistentStoreDescription,NSError> block)voidNSPersistentContainer. loadPersistentStores(VoidBlock2<NSPersistentStoreDescription,NSError> block)voidNSPersistentContainer. setPersistentStoreDescriptions(NSArray<NSPersistentStoreDescription> v)Constructors in org.robovm.apple.coredata with parameters of type NSPersistentStoreDescription Constructor Description NSCoreDataCoreSpotlightDelegate(NSPersistentStoreDescription description, NSManagedObjectModel model)Deprecated.Deprecated in iOS 15.0.NSCoreDataCoreSpotlightDelegate(NSPersistentStoreDescription description, NSPersistentStoreCoordinator psc)