Uses of Class
com.morpheusdata.core.BulkCreateResult
Packages that use BulkCreateResult
-
Uses of BulkCreateResult in com.morpheusdata.core
Subclasses of BulkCreateResult in com.morpheusdata.coreModifier and TypeClassDescriptionclassBulkSaveResult<M extends MorpheusModel>A serializable representation of the results of bulk updating Model objects for persistenceMethods in com.morpheusdata.core that return BulkCreateResultModifier and TypeMethodDescriptiondefault BulkCreateResult<M>MorpheusSynchronousDataService.bulkCreate(List<M> items) Persists a collection of new model objects in a batch to the Morpheus database.Methods in com.morpheusdata.core that return types with arguments of type BulkCreateResultModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<BulkCreateResult<M>>MorpheusDataService.bulkCreate(List<M> items) Persists a collection of new model objects in a batch to the Morpheus database.