| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.repository.cdi |
CDI support for Apache Cassandra specific repository implementation.
|
| org.springframework.data.cassandra.repository.query |
Query derivation mechanism for Apache Cassandra specific repositories.
|
| org.springframework.data.cassandra.repository.support |
Support infrastructure for query derivation of Apache Cassandra specific repositories.
|
| Class and Description |
|---|
| CassandraAdminOperations
Operations for managing a Cassandra keyspace.
|
| CassandraTemplate
Primary implementation of
CassandraOperations. |
| ReactiveCassandraOperations
Interface specifying a basic set of reactive Cassandra operations.
|
| Class and Description |
|---|
| AsyncCassandraOperations
Interface specifying a basic set of asynchronous Cassandra operations.
|
| CassandraAdminOperations
Operations for managing a Cassandra keyspace.
|
| CassandraBatchOperations
Batch operations for insert/update/delete actions on a table.
|
| CassandraOperations
Interface specifying a basic set of Cassandra operations.
|
| CassandraTemplate
Primary implementation of
CassandraOperations. |
| EntityWriteResult
The result of a write operation for an entity.
|
ExecutableDeleteOperation
ExecutableDeleteOperation allows creation and execution of Cassandra DELETE operations in a fluent
API style. |
| ExecutableDeleteOperation.DeleteWithQuery
Filtering (optional).
|
| ExecutableDeleteOperation.DeleteWithTable
Table override (optional).
|
| ExecutableDeleteOperation.ExecutableDelete
the
ExecutableDeleteOperation.ExecutableDelete interface provides methods for constructing DELETE operations
in a fluent way. |
| ExecutableDeleteOperation.TerminatingDelete
Trigger
DELETE execution by calling one of the terminating methods. |
ExecutableInsertOperation
ExecutableInsertOperation allows creation and execution of Cassandra INSERT insert operations in a
fluent API style. |
| ExecutableInsertOperation.ExecutableInsert
The
ExecutableInsertOperation.ExecutableInsert interface provides methods for constructing INSERT operations
in a fluent way. |
| ExecutableInsertOperation.InsertWithOptions
Apply
InsertOptions (optional). |
| ExecutableInsertOperation.InsertWithTable
Table override (optional).
|
| ExecutableInsertOperation.TerminatingInsert
Trigger
INSERT execution by calling one of the terminating methods. |
| ExecutableSelectOperation
The
ExecutableSelectOperation interface allows creation and execution of Cassandra SELECT operations
in a fluent API style. |
| ExecutableSelectOperation.ExecutableSelect
The
ExecutableSelectOperation.ExecutableSelect interface provides methods for constructing SELECT query operations
in a fluent way. |
| ExecutableSelectOperation.SelectWithProjection
Result type override (optional).
|
| ExecutableSelectOperation.SelectWithQuery
Filtering (optional).
|
| ExecutableSelectOperation.SelectWithTable
Table override (optional).
|
| ExecutableSelectOperation.TerminatingSelect
Trigger
SELECT query execution by calling one of the terminating methods. |
ExecutableUpdateOperation
ExecutableUpdateOperation allows creation and execution of Cassandra UPDATE operation
in a fluent API style. |
| ExecutableUpdateOperation.ExecutableUpdate
The
ExecutableUpdateOperation.ExecutableUpdate interface provides methods for constructing UPDATE operations
in a fluent way. |
| ExecutableUpdateOperation.TerminatingUpdate |
| ExecutableUpdateOperation.UpdateWithQuery
Filtering (optional).
|
| ExecutableUpdateOperation.UpdateWithTable
Table override (optional).
|
| FluentCassandraOperations
Stripped down interface providing access to a fluent API that specifies a basic set of Cassandra operations.
|
| InsertOptions
Extension to
WriteOptions for use with INSERT operations. |
| InsertOptions.InsertOptionsBuilder
Builder for
InsertOptions. |
| ReactiveCassandraBatchOperations
Reactive Batch operations for insert/update/delete actions on a table.
|
| ReactiveCassandraOperations
Interface specifying a basic set of reactive Cassandra operations.
|
| ReactiveDeleteOperation
The
ReactiveDeleteOperation interface allows creation and execution of Cassandra DELETE operations
in a fluent API style. |
| ReactiveDeleteOperation.DeleteWithQuery
Required
filter. |
| ReactiveDeleteOperation.DeleteWithTable
Table override (optional).
|
| ReactiveDeleteOperation.ReactiveDelete
The
ReactiveDeleteOperation.ReactiveDelete interface provides methods for constructing DELETE operations
in a fluent way. |
| ReactiveDeleteOperation.TerminatingDelete
Trigger
DELETE operation by calling one of the terminating methods. |
| ReactiveFluentCassandraOperations
Stripped down interface providing access to a fluent API that specifies a basic set of reactive Cassandra operations.
|
| ReactiveInsertOperation
The
ReactiveInsertOperation interface allows creation and execution of Cassandra INSERT operations
in a fluent API style. |
| ReactiveInsertOperation.InsertWithOptions
Apply
InsertOptions (optional). |
| ReactiveInsertOperation.InsertWithTable
Table override (optional).
|
| ReactiveInsertOperation.ReactiveInsert
The
ReactiveInsertOperation.ReactiveInsert interface provides methods for constructing INSERT operations
in a fluent way. |
| ReactiveInsertOperation.TerminatingInsert
Trigger
INSERT execution by calling one of the terminating methods. |
| ReactiveSelectOperation
The
ReactiveSelectOperation interface allows creation and execution of Cassandra SELECT operations
in a fluent API style. |
| ReactiveSelectOperation.ReactiveSelect
The
ReactiveSelectOperation.ReactiveSelect interface provides methods for constructing SELECT operations
in a fluent way. |
| ReactiveSelectOperation.SelectWithProjection
Result type override (optional).
|
| ReactiveSelectOperation.SelectWithQuery
Define a
Query used as the filter for the SELECT. |
| ReactiveSelectOperation.SelectWithTable
Table override (optional).
|
| ReactiveSelectOperation.TerminatingSelect
Trigger
SELECT execution by calling one of the terminating methods. |
| ReactiveUpdateOperation
The
ReactiveUpdateOperation interface allows creation and execution of Cassandra UPDATE operations
in a fluent API style. |
| ReactiveUpdateOperation.ReactiveUpdate
The
ReactiveUpdateOperation.ReactiveUpdate interface provides methods for constructing UPDATE operations
in a fluent way. |
| ReactiveUpdateOperation.TerminatingUpdate
Trigger
UPDATE execution by calling one of the terminating methods. |
| ReactiveUpdateOperation.UpdateWithQuery |
| ReactiveUpdateOperation.UpdateWithTable
Table override (optional).
|
| StatementFactory |
| UpdateOptions
Extension to
WriteOptions for use with UPDATE operations. |
| UpdateOptions.UpdateOptionsBuilder
Builder for
UpdateOptions. |
| WriteResult
The result of a write operation.
|
| Class and Description |
|---|
| CassandraOperations
Interface specifying a basic set of Cassandra operations.
|
| Class and Description |
|---|
| CassandraOperations
Interface specifying a basic set of Cassandra operations.
|
| ReactiveCassandraOperations
Interface specifying a basic set of reactive Cassandra operations.
|
| StatementFactory |
| Class and Description |
|---|
| CassandraOperations
Interface specifying a basic set of Cassandra operations.
|
| CassandraTemplate
Primary implementation of
CassandraOperations. |
| ReactiveCassandraOperations
Interface specifying a basic set of reactive Cassandra operations.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.