| 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.repository.support |
Support infrastructure for query derivation of Apache Cassandra specific repositories.
|
| Modifier and Type | Field and Description |
|---|---|
protected CassandraConverter |
CassandraTemplateFactoryBean.converter |
| Modifier and Type | Method and Description |
|---|---|
CassandraConverter |
AbstractCassandraConfiguration.cassandraConverter()
Creates a
CassandraConverter using the configured AbstractCassandraConfiguration.cassandraMapping(). |
CassandraConverter |
CassandraSessionFactoryBean.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraSessionFactoryBean.setConverter(CassandraConverter converter)
Set the
CassandraConverter to use. |
void |
CassandraTemplateFactoryBean.setConverter(CassandraConverter converter)
Set the
CassandraConverter to use. |
| Modifier and Type | Method and Description |
|---|---|
CassandraConverter |
AsyncCassandraOperations.getConverter()
Returns the underlying
CassandraConverter. |
CassandraConverter |
CassandraTemplate.getConverter() |
CassandraConverter |
CassandraOperations.getConverter()
Returns the underlying
CassandraConverter. |
CassandraConverter |
ReactiveCassandraOperations.getConverter()
Returns the underlying
CassandraConverter. |
CassandraConverter |
ReactiveCassandraTemplate.getConverter() |
CassandraConverter |
AsyncCassandraTemplate.getConverter() |
| Constructor and Description |
|---|
AsyncCassandraTemplate(AsyncCqlTemplate asyncCqlTemplate,
CassandraConverter converter)
Creates an instance of
AsyncCassandraTemplate initialized with the given AsyncCqlTemplate and
CassandraConverter. |
AsyncCassandraTemplate(com.datastax.driver.core.Session session,
CassandraConverter converter)
Creates an instance of
AsyncCassandraTemplate initialized with the given Session and
CassandraConverter. |
AsyncCassandraTemplate(SessionFactory sessionFactory,
CassandraConverter converter)
Creates an instance of
AsyncCassandraTemplate initialized with the given SessionFactory and
CassandraConverter. |
CassandraAdminTemplate(com.datastax.driver.core.Session session,
CassandraConverter converter)
Constructor used for a basic template configuration.
|
CassandraAdminTemplate(SessionFactory sessionFactory,
CassandraConverter converter)
Constructor used for a basic template configuration.
|
CassandraTemplate(CqlOperations cqlOperations,
CassandraConverter converter)
Creates an instance of
CassandraTemplate initialized with the given CqlOperations and
CassandraConverter. |
CassandraTemplate(com.datastax.driver.core.Session session,
CassandraConverter converter)
|
CassandraTemplate(SessionFactory sessionFactory,
CassandraConverter converter)
Creates an instance of
CassandraTemplate initialized with the given SessionFactory and
CassandraConverter. |
ReactiveCassandraTemplate(ReactiveCqlOperations reactiveCqlOperations,
CassandraConverter converter)
Create an instance of
ReactiveCassandraTemplate initialized with the given ReactiveCqlOperations
and CassandraConverter. |
ReactiveCassandraTemplate(ReactiveSession session,
CassandraConverter converter)
Create an instance of
CassandraTemplate initialized with the given ReactiveSession and
CassandraConverter. |
ReactiveCassandraTemplate(ReactiveSessionFactory sessionFactory,
CassandraConverter converter)
Create an instance of
ReactiveCassandraTemplate initialized with the given ReactiveSessionFactory
and CassandraConverter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCassandraConverter
Base class for
CassandraConverter implementations. |
class |
MappingCassandraConverter
|
| Modifier and Type | Method and Description |
|---|---|
protected CassandraConverter |
QueryMapper.getConverter()
Returns the configured
CassandraConverter used to convert object values into Cassandra column typed values. |
| Constructor and Description |
|---|
QueryMapper(CassandraConverter converter)
Creates a new
QueryMapper with the given CassandraConverter. |
UpdateMapper(CassandraConverter converter)
Creates a new
UpdateMapper with the given CassandraConverter. |
| Constructor and Description |
|---|
MappingCassandraEntityInformation(CassandraPersistentEntity<T> entity,
CassandraConverter converter)
Create a new
MappingCassandraEntityInformation for the given CassandraPersistentEntity. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.