public interface InsertWithBulkModeDecorator<T> extends com.github.cloudyrock.mongock.driver.api.lock.guard.decorator.Invokable, org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithBulkMode<T>, TerminatingInsertDecorator<T>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithBulkMode<T> |
getImpl() |
default org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert<T> |
withBulkMode(org.springframework.data.mongodb.core.BulkOperations.BulkMode bulkMode) |
all, onebulkorg.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithBulkMode<T> getImpl()
getImpl in interface TerminatingBulkInsertDecorator<T>getImpl in interface TerminatingInsertDecorator<T>default org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert<T> withBulkMode(org.springframework.data.mongodb.core.BulkOperations.BulkMode bulkMode)
withBulkMode in interface org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithBulkMode<T>Copyright © 2021. All rights reserved.