Package com.morpheusdata.core
Class BulkSaveResult<M extends MorpheusModel>
java.lang.Object
com.morpheusdata.core.BulkCreateResult<M>
com.morpheusdata.core.BulkSaveResult<M>
- Type Parameters:
M
- theMorpheusModel
class this object represents
A serializable representation of the results of bulk updating Model objects for persistence
- Since:
- 0.15.2
-
Field Summary
Fields inherited from class com.morpheusdata.core.BulkCreateResult
errorCode
-
Constructor Summary
-
Method Summary
Methods inherited from class com.morpheusdata.core.BulkCreateResult
getErrorCode, getFailedItems, getMsg, getPersistedItems, getSuccess, hasFailures, hasPersistedItems
-
Constructor Details
-
BulkSaveResult
-