Interface ExecutableInsertOperation.ExecutableInsert<T>
- All Superinterfaces:
ExecutableInsertOperation.InsertWithOptions<T>,ExecutableInsertOperation.InsertWithTable<T>,ExecutableInsertOperation.TerminatingInsert<T>
- Enclosing interface:
- ExecutableInsertOperation
public static interface ExecutableInsertOperation.ExecutableInsert<T>
extends ExecutableInsertOperation.InsertWithTable<T>
The
ExecutableInsertOperation.ExecutableInsert interface provides methods for constructing INSERT operations in a fluent way.-
Method Summary
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableInsertOperation.InsertWithOptions
withOptionsMethods inherited from interface org.springframework.data.cassandra.core.ExecutableInsertOperation.InsertWithTable
inTable, inTableMethods inherited from interface org.springframework.data.cassandra.core.ExecutableInsertOperation.TerminatingInsert
one