Interface FluentCassandraOperations
- All Superinterfaces:
ExecutableDeleteOperation
,ExecutableInsertOperation
,ExecutableSelectOperation
,ExecutableUpdateOperation
- All Known Subinterfaces:
CassandraAdminOperations
,CassandraOperations
- All Known Implementing Classes:
CassandraAdminTemplate
,CassandraTemplate
public interface FluentCassandraOperations
extends ExecutableSelectOperation, ExecutableInsertOperation, ExecutableUpdateOperation, ExecutableDeleteOperation
Stripped down interface providing access to a fluent API that specifies a basic set of Cassandra operations.
- Since:
- 2.1
- Author:
- Mark Paluch
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ExecutableDeleteOperation
ExecutableDeleteOperation.DeleteWithQuery, ExecutableDeleteOperation.DeleteWithTable, ExecutableDeleteOperation.ExecutableDelete, ExecutableDeleteOperation.TerminatingDelete
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ExecutableInsertOperation
ExecutableInsertOperation.ExecutableInsert<T>, ExecutableInsertOperation.InsertWithOptions<T>, ExecutableInsertOperation.InsertWithTable<T>, ExecutableInsertOperation.TerminatingInsert<T>
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ExecutableSelectOperation
ExecutableSelectOperation.ExecutableSelect<T>, ExecutableSelectOperation.SelectWithProjection<T>, ExecutableSelectOperation.SelectWithQuery<T>, ExecutableSelectOperation.SelectWithTable<T>, ExecutableSelectOperation.TerminatingSelect<T>
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ExecutableUpdateOperation
ExecutableUpdateOperation.ExecutableUpdate, ExecutableUpdateOperation.TerminatingUpdate, ExecutableUpdateOperation.UpdateWithQuery, ExecutableUpdateOperation.UpdateWithTable
-
Method Summary
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableDeleteOperation
delete
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableInsertOperation
insert
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableSelectOperation
query
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableUpdateOperation
update