See: Description
| Interface | Description |
|---|---|
| CassandraEntityInformation<T,ID> |
Cassandra specific
EntityInformation. |
| CassandraEntityMetadata<T> |
Extension of
EntityMetadata to additionally expose the table name an entity shall be persisted to. |
| CassandraParameterAccessor |
Cassandra-specific
ParameterAccessor exposing a Cassandra types that are supported by the
driver and parameter type. |
| Class | Description |
|---|---|
| AbstractCassandraQuery |
Base class for
RepositoryQuery implementations for Cassandra. |
| AbstractReactiveCassandraQuery |
Base class for reactive
RepositoryQuery implementations for Cassandra. |
| CassandraParameters |
Custom extension of
Parameters discovering additional properties of query method parameters. |
| CassandraParametersParameterAccessor |
Cassandra-specific
ParameterAccessor exposing Cassandra types that are supported by the
driver and parameter type. |
| CassandraQueryMethod |
Cassandra specific implementation of
QueryMethod. |
| CassandraRepositoryQuerySupport |
Base class for Cassandra
RepositoryQuery implementations providing common infrastructure such as
EntityInstantiators and QueryStatementCreator. |
| PartTreeCassandraQuery |
RepositoryQuery implementation for Cassandra. |
| ReactiveCassandraQueryMethod |
Reactive specific implementation of
CassandraQueryMethod. |
| ReactivePartTreeCassandraQuery |
Reactive PartTree
RepositoryQuery implementation for Cassandra. |
| ReactiveStringBasedCassandraQuery |
String-based
AbstractReactiveCassandraQuery implementation. |
| StringBasedCassandraQuery |
String-based
AbstractCassandraQuery implementation. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.