Package apple.coredata.enums
Class NSPersistentStoreRequestType
- java.lang.Object
-
- apple.coredata.enums.NSPersistentStoreRequestType
-
public final class NSPersistentStoreRequestType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBatchDeleteRequestTypestatic longBatchInsertRequestTypestatic longBatchUpdateRequestTypestatic longFetchRequestTypestatic longSaveRequestType
-
-
-
Field Detail
-
FetchRequestType
public static final long FetchRequestType
- See Also:
- Constant Field Values
-
SaveRequestType
public static final long SaveRequestType
- See Also:
- Constant Field Values
-
BatchUpdateRequestType
public static final long BatchUpdateRequestType
- See Also:
- Constant Field Values
-
BatchDeleteRequestType
public static final long BatchDeleteRequestType
- See Also:
- Constant Field Values
-
BatchInsertRequestType
public static final long BatchInsertRequestType
- See Also:
- Constant Field Values
-
-