public interface TerminatingBulkInsertDecorator<T>
extends com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.Invokable, org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert<T>
| Modifier and Type | Method and Description |
|---|---|
default com.mongodb.bulk.BulkWriteResult |
bulk(Collection<? extends T> objects) |
org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert<T> |
getImpl() |
org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert<T> getImpl()
default com.mongodb.bulk.BulkWriteResult bulk(Collection<? extends T> objects)
bulk in interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert<T>Copyright © 2021. All rights reserved.