Interface ExecutableInsertOperation.ExecutableInsert<T>
- All Superinterfaces:
ExecutableInsertOperation.InsertWithBulkMode<T>,ExecutableInsertOperation.InsertWithCollection<T>,ExecutableInsertOperation.TerminatingBulkInsert<T>,ExecutableInsertOperation.TerminatingInsert<T>
- Enclosing interface:
- ExecutableInsertOperation
public static interface ExecutableInsertOperation.ExecutableInsert<T>
extends ExecutableInsertOperation.TerminatingInsert<T>, ExecutableInsertOperation.InsertWithCollection<T>, ExecutableInsertOperation.InsertWithBulkMode<T>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithBulkMode
withBulkModeMethods inherited from interface org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithCollection
inCollectionMethods inherited from interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert
bulkMethods inherited from interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingInsert
all, one