Package apple.coredata
Class NSBatchInsertRequest
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.objc.ObjCObject
-
- apple.NSObject
-
- apple.coredata.NSPersistentStoreRequest
-
- apple.coredata.NSBatchInsertRequest
-
public class NSBatchInsertRequest extends NSPersistentStoreRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNSBatchInsertRequest.Block_batchInsertRequestWithEntityNameDictionaryHandlerstatic interfaceNSBatchInsertRequest.Block_batchInsertRequestWithEntityNameManagedObjectHandlerstatic interfaceNSBatchInsertRequest.Block_dictionaryHandler_retstatic interfaceNSBatchInsertRequest.Block_initWithEntityDictionaryHandlerstatic interfaceNSBatchInsertRequest.Block_initWithEntityManagedObjectHandlerstatic interfaceNSBatchInsertRequest.Block_initWithEntityNameDictionaryHandlerstatic interfaceNSBatchInsertRequest.Block_initWithEntityNameManagedObjectHandlerstatic interfaceNSBatchInsertRequest.Block_managedObjectHandler_retstatic interfaceNSBatchInsertRequest.Block_setDictionaryHandlerstatic interfaceNSBatchInsertRequest.Block_setManagedObjectHandler-
Nested classes/interfaces inherited from class apple.NSObject
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNSBatchInsertRequest(org.moe.natj.general.Pointer peer)
-
Method Summary
-
Methods inherited from class apple.coredata.NSPersistentStoreRequest
affectedStores, copyWithZone, requestType, setAffectedStores
-
Methods inherited from class apple.NSObject
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKey
-
-
-
-
Method Detail
-
accessInstanceVariablesDirectly
public static boolean accessInstanceVariablesDirectly()
-
alloc
public static NSBatchInsertRequest alloc()
-
allocWithZone
public static java.lang.Object allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
-
automaticallyNotifiesObserversForKey
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
-
batchInsertRequestWithEntityNameObjects
public static NSBatchInsertRequest batchInsertRequestWithEntityNameObjects(java.lang.String entityName, NSArray<? extends NSDictionary<java.lang.String,?>> dictionaries)
-
cancelPreviousPerformRequestsWithTarget
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
-
cancelPreviousPerformRequestsWithTargetSelectorObject
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)
-
classFallbacksForKeyedArchiver
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
-
classForKeyedUnarchiver
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
-
debugDescription_static
public static java.lang.String debugDescription_static()
-
description_static
public static java.lang.String description_static()
-
entity
public NSEntityDescription entity()
-
entityName
public java.lang.String entityName()
-
hash_static
public static long hash_static()
-
init
public NSBatchInsertRequest init()
- Overrides:
initin classNSPersistentStoreRequest
-
initWithEntityObjects
public NSBatchInsertRequest initWithEntityObjects(NSEntityDescription entity, NSArray<? extends NSDictionary<java.lang.String,?>> dictionaries)
-
initWithEntityNameObjects
public NSBatchInsertRequest initWithEntityNameObjects(java.lang.String entityName, NSArray<? extends NSDictionary<java.lang.String,?>> dictionaries)
-
instanceMethodForSelector
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
-
instanceMethodSignatureForSelector
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
-
instancesRespondToSelector
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
-
isSubclassOfClass
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
-
keyPathsForValuesAffectingValueForKey
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
-
new_objc
public static java.lang.Object new_objc()
-
objectsToInsert
public NSArray<? extends NSDictionary<java.lang.String,?>> objectsToInsert()
-
resolveClassMethod
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
-
resolveInstanceMethod
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
-
resultType
public long resultType()
The type of result that should be returned from this request. Defaults to NSBatchInsertRequestResultTypeStatusOnly
-
setObjectsToInsert
public void setObjectsToInsert(NSArray<? extends NSDictionary<java.lang.String,?>> value)
-
setResultType
public void setResultType(long value)
The type of result that should be returned from this request. Defaults to NSBatchInsertRequestResultTypeStatusOnly
-
setVersion_static
public static void setVersion_static(long aVersion)
-
superclass_static
public static org.moe.natj.objc.Class superclass_static()
-
version_static
public static long version_static()
-
batchInsertRequestWithEntityNameDictionaryHandler
public static NSBatchInsertRequest batchInsertRequestWithEntityNameDictionaryHandler(java.lang.String entityName, NSBatchInsertRequest.Block_batchInsertRequestWithEntityNameDictionaryHandler handler)
-
batchInsertRequestWithEntityNameManagedObjectHandler
public static NSBatchInsertRequest batchInsertRequestWithEntityNameManagedObjectHandler(java.lang.String entityName, NSBatchInsertRequest.Block_batchInsertRequestWithEntityNameManagedObjectHandler handler)
-
dictionaryHandler
public NSBatchInsertRequest.Block_dictionaryHandler_ret dictionaryHandler()
-
initWithEntityDictionaryHandler
public NSBatchInsertRequest initWithEntityDictionaryHandler(NSEntityDescription entity, NSBatchInsertRequest.Block_initWithEntityDictionaryHandler handler)
-
initWithEntityManagedObjectHandler
public NSBatchInsertRequest initWithEntityManagedObjectHandler(NSEntityDescription entity, NSBatchInsertRequest.Block_initWithEntityManagedObjectHandler handler)
-
initWithEntityNameDictionaryHandler
public NSBatchInsertRequest initWithEntityNameDictionaryHandler(java.lang.String entityName, NSBatchInsertRequest.Block_initWithEntityNameDictionaryHandler handler)
-
initWithEntityNameManagedObjectHandler
public NSBatchInsertRequest initWithEntityNameManagedObjectHandler(java.lang.String entityName, NSBatchInsertRequest.Block_initWithEntityNameManagedObjectHandler handler)
-
managedObjectHandler
public NSBatchInsertRequest.Block_managedObjectHandler_ret managedObjectHandler()
-
setDictionaryHandler
public void setDictionaryHandler(NSBatchInsertRequest.Block_setDictionaryHandler value)
-
setManagedObjectHandler
public void setManagedObjectHandler(NSBatchInsertRequest.Block_setManagedObjectHandler value)
-
-