Package org.robovm.apple.coredata
Class NSIncrementalStore
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.coredata.NSPersistentStore
org.robovm.apple.coredata.NSIncrementalStore
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class NSIncrementalStore extends NSPersistentStore
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSIncrementalStore.NSIncrementalStorePtrNested classes/interfaces inherited from class org.robovm.apple.coredata.NSPersistentStore
NSPersistentStore.NSPersistentStorePtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description protectedNSIncrementalStore()NSIncrementalStore(NSPersistentStoreCoordinator root, String name, NSURL url, NSPersistentStoreOptions options)protectedNSIncrementalStore(NSObject.Handle h, long handle)protectedNSIncrementalStore(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.coredata.NSPersistentStore
didAddToPersistentStoreCoordinator, getConfigurationName, getCoreSpotlightExporter, getIdentifier, getMetadata, getOptions, getPersistentStoreCoordinator, getType, getURL, init, isReadOnly, loadMetadata, setIdentifier, setMetadata, setReadOnly, setURL, willRemoveFromPersistentStoreCoordinatorMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
NSIncrementalStore
protected NSIncrementalStore() -
NSIncrementalStore
-
NSIncrementalStore
-
NSIncrementalStore
public NSIncrementalStore(NSPersistentStoreCoordinator root, String name, NSURL url, NSPersistentStoreOptions options)
-
-
Method Details
-
executeRequest
public NSObject executeRequest(NSPersistentStoreRequest request, NSManagedObjectContext context) throws NSErrorException- Throws:
NSErrorException
-
newValuesForObjectID
public NSIncrementalStoreNode newValuesForObjectID(NSManagedObjectID objectID, NSManagedObjectContext context) throws NSErrorException- Throws:
NSErrorException
-
newValueForRelationship
public NSObject newValueForRelationship(NSRelationshipDescription relationship, NSManagedObjectID objectID, NSManagedObjectContext context) throws NSErrorException- Throws:
NSErrorException
-
obtainPermanentIDsForObjects
public NSArray<NSManagedObjectID> obtainPermanentIDsForObjects(NSArray<NSManagedObject> array) throws NSErrorException- Throws:
NSErrorException
-
didRegisterObjects
-
didUnregisterObjects
-
newObjectIDForEntity
-
getReferenceObjectForID
-
getIdentifierForNewStore
-
getMetadataForPersistentStore
public static NSPersistentStoreMetadata getMetadataForPersistentStore(NSURL url) throws NSErrorException- Throws:
NSErrorException
-
setMetadataForPersistentStore
public static boolean setMetadataForPersistentStore(NSPersistentStoreMetadata metadata, NSURL url) throws NSErrorException- Throws:
NSErrorException
-
getMigrationManagerClass
-