Interface ReactiveFluentCassandraOperations
- All Superinterfaces:
ReactiveDeleteOperation
,ReactiveInsertOperation
,ReactiveSelectOperation
,ReactiveUpdateOperation
- All Known Subinterfaces:
ReactiveCassandraOperations
- All Known Implementing Classes:
ReactiveCassandraTemplate
public interface ReactiveFluentCassandraOperations
extends ReactiveSelectOperation, ReactiveInsertOperation, ReactiveUpdateOperation, ReactiveDeleteOperation
Stripped down interface providing access to a fluent API that specifies a basic set of reactive Cassandra operations.
- Since:
- 2.1
- Author:
- Mark Paluch
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ReactiveDeleteOperation
ReactiveDeleteOperation.DeleteWithQuery, ReactiveDeleteOperation.DeleteWithTable, ReactiveDeleteOperation.ReactiveDelete, ReactiveDeleteOperation.TerminatingDelete
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ReactiveInsertOperation
ReactiveInsertOperation.InsertWithOptions<T>, ReactiveInsertOperation.InsertWithTable<T>, ReactiveInsertOperation.ReactiveInsert<T>, ReactiveInsertOperation.TerminatingInsert<T>
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ReactiveSelectOperation
ReactiveSelectOperation.ReactiveSelect<T>, ReactiveSelectOperation.SelectWithProjection<T>, ReactiveSelectOperation.SelectWithQuery<T>, ReactiveSelectOperation.SelectWithTable<T>, ReactiveSelectOperation.TerminatingSelect<T>
Nested classes/interfaces inherited from interface org.springframework.data.cassandra.core.ReactiveUpdateOperation
ReactiveUpdateOperation.ReactiveUpdate, ReactiveUpdateOperation.TerminatingUpdate, ReactiveUpdateOperation.UpdateWithQuery, ReactiveUpdateOperation.UpdateWithTable
-
Method Summary
Methods inherited from interface org.springframework.data.cassandra.core.ReactiveDeleteOperation
delete
Methods inherited from interface org.springframework.data.cassandra.core.ReactiveInsertOperation
insert
Methods inherited from interface org.springframework.data.cassandra.core.ReactiveSelectOperation
query
Methods inherited from interface org.springframework.data.cassandra.core.ReactiveUpdateOperation
update