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
withBulkMode
Methods inherited from interface org.springframework.data.mongodb.core.ExecutableInsertOperation.InsertWithCollection
inCollection
Methods inherited from interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingBulkInsert
bulk
Methods inherited from interface org.springframework.data.mongodb.core.ExecutableInsertOperation.TerminatingInsert
all, one