Uses of Class
com.morpheusdata.core.BulkRemoveResult
Packages that use BulkRemoveResult
-
Uses of BulkRemoveResult in com.morpheusdata.core
Methods in com.morpheusdata.core that return BulkRemoveResultModifier and TypeMethodDescriptiondefault BulkRemoveResult<I>MorpheusSynchronousDataService.bulkRemove(List<I> items) Removes a collection of previously created model objects in a batch to the Morpheus database.Methods in com.morpheusdata.core that return types with arguments of type BulkRemoveResultModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<BulkRemoveResult<I>>MorpheusDataService.bulkRemove(List<I> items) Removes a collection of previously created model objects in a batch to the Morpheus database.