| Package | Description |
|---|---|
| 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 |
|---|
| AbstractCassandraQuery
Base class for
RepositoryQuery implementations for Cassandra. |
| AbstractReactiveCassandraQuery
Base class for reactive
RepositoryQuery implementations for Cassandra. |
| CassandraEntityMetadata
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. |
| CassandraParameters
Custom extension of
Parameters discovering additional properties of query method parameters. |
| CassandraQueryMethod
Cassandra specific implementation of
QueryMethod. |
| CassandraRepositoryQuerySupport
Base class for Cassandra
RepositoryQuery implementations providing common infrastructure such as
EntityInstantiators and QueryStatementCreator. |
| ReactiveCassandraQueryMethod
Reactive specific implementation of
CassandraQueryMethod. |
| Class and Description |
|---|
| CassandraEntityInformation
Cassandra specific
EntityInformation. |
| CassandraEntityMetadata
Extension of
EntityMetadata to additionally expose the table name an entity shall be persisted to. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.