Module spring.data.cassandra
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.TerminatingDeleteNested 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
deleteMethods inherited from interface org.springframework.data.cassandra.core.ReactiveInsertOperation
insertMethods inherited from interface org.springframework.data.cassandra.core.ReactiveSelectOperation
queryMethods inherited from interface org.springframework.data.cassandra.core.ReactiveUpdateOperation
update