| 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.core.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| org.springframework.data.cassandra.core.cql.support |
Support classes for the CQL framework.
|
| org.springframework.data.cassandra.core.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| org.springframework.data.cassandra.core.query |
Apache Cassandra specific query and update support.
|
| 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 |
|---|
| CqlOperations
Interface specifying a basic set of CQL operations.
|
| CqlTemplate
This is the central class in the CQL core package.
|
| ReactiveCqlOperations
Interface specifying a basic set of CQL operations executed in a reactive fashion.
|
| Class and Description |
|---|
| AsyncCqlOperations
Interface specifying a basic set of CQL asynchronously executed operations.
|
| AsyncCqlTemplate
This is the central class in the CQL core package for asynchronous Cassandra data access.
|
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
| CqlOperations
Interface specifying a basic set of CQL operations.
|
| QueryOptions
Cassandra Query Options for queries.
|
| QueryOptions.QueryOptionsBuilder
Builder for
QueryOptions. |
| ReactiveCqlOperations
Interface specifying a basic set of CQL operations executed in a reactive fashion.
|
| WriteOptions
Cassandra Write Options are an extension to
QueryOptions for write operations. |
| WriteOptions.WriteOptionsBuilder
Builder for
WriteOptions. |
| Class and Description |
|---|
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
| Class and Description |
|---|
| AsyncCqlOperations
Interface specifying a basic set of CQL asynchronously executed operations.
|
| AsyncPreparedStatementCreator
One of the two central callback interfaces used by the
AsyncCqlTemplate class. |
| AsyncSessionCallback
Generic callback interface for code that operates asynchronously on a Cassandra
Session. |
CassandraAccessor
CassandraAccessor provides access to a Cassandra SessionFactory and the
CassandraExceptionTranslator. |
| CassandraAccessor.RowCallbackHandlerResultSetExtractor
Adapter to enable use of a
RowCallbackHandler inside a ResultSetExtractor. |
| CqlConstantType |
| CqlExceptionTranslator
Strategy interface for translating between
DriverExceptios and Spring's data access
strategy-agnostic DataAccessException hierarchy. |
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
| CqlOperations
Interface specifying a basic set of CQL operations.
|
| CqlProvider
Interface to be implemented by objects that can provide CQL strings.
|
| HostMapper |
| KeyspaceIdentifier
This encapsulates the logic for keyspace identifiers.
|
| Ordering
Enum for Cassandra primary key column ordering.
|
| PreparedStatementBinder
General callback interface used by the
CqlTemplate and ReactiveCqlTemplate classes. |
| PreparedStatementCallback
Generic callback interface for code that operates on a
PreparedStatement. |
| PreparedStatementCreator
One of the two central callback interfaces used by the
CqlTemplate class. |
| PrimaryKeyType
Values representing primary key column types.
|
| QueryOptions
Cassandra Query Options for queries.
|
| QueryOptions.QueryOptionsBuilder
Builder for
QueryOptions. |
| ReactiveCassandraAccessor
Base class for
ReactiveCqlTemplate and other CQL-accessing DAO helpers, defining common properties such as
ReactiveSessionFactory and exception translator. |
| ReactiveCqlOperations
Interface specifying a basic set of CQL operations executed in a reactive fashion.
|
| ReactivePreparedStatementCallback
Generic callback interface for code that operates on a
PreparedStatement. |
| ReactivePreparedStatementCreator
One of the two central callback interfaces used by the
ReactiveCqlTemplate class. |
| ReactiveResultSetExtractor
Callback interface used by
ReactiveCqlTemplate's query methods. |
| ReactiveSessionCallback
Generic callback interface for code that operates on a CQL
ReactiveSession. |
| ReactiveStatementCallback
Generic callback interface for code that operates on a CQL
Statement. |
| ReservedKeyword
CQL keywords.
|
| ResultSetExtractor
Callback interface used by
CqlTemplate's query methods. |
| RingMember
Domain object representing a Cassandra host.
|
RingMemberHostMapper
HostMapper to to map hosts into RingMember objects. |
| RowCallbackHandler
An interface used by
CqlTemplate for processing rows of a ResultSet on a
per-row basis. |
| RowMapper
An interface used by
CqlTemplate for mapping rows of a ResultSet on a
per-row basis. |
| RowMapperResultSetExtractor
Adapter implementation of the
ResultSetExtractor interface that delegates to a RowMapper which is
supposed to create an object for each row. |
| SessionCallback
Generic callback interface for code that operates on a Cassandra
Session. |
SingleColumnRowMapper
RowMapper implementation that converts a single column into a single result value per row. |
| WriteOptions
Cassandra Write Options are an extension to
QueryOptions for write operations. |
| WriteOptions.WriteOptionsBuilder
Builder for
WriteOptions. |
| Class and Description |
|---|
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
| KeyspaceIdentifier
This encapsulates the logic for keyspace identifiers.
|
| Ordering
Enum for Cassandra primary key column ordering.
|
| PrimaryKeyType
Values representing primary key column types.
|
| Class and Description |
|---|
| PreparedStatementCreator
One of the two central callback interfaces used by the
CqlTemplate class. |
| QueryOptions
Cassandra Query Options for queries.
|
| Class and Description |
|---|
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
| Ordering
Enum for Cassandra primary key column ordering.
|
| Class and Description |
|---|
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
| QueryOptions
Cassandra Query Options for queries.
|
| Class and Description |
|---|
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
| QueryOptions
Cassandra Query Options for queries.
|
| Class and Description |
|---|
| CqlIdentifier
This encapsulates the logic for CQL quoted and unquoted identifiers.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.