Uses of Interface
org.springframework.data.cassandra.core.convert.CassandraConverter
Packages that use CassandraConverter
Package
Description
Spring Data Cassandra
factory beans
and configuration.Apache Cassandra core support.
Spring Data Cassandra specific converter infrastructure.
Apache Cassandra legacy asynchronous support for easier migration.
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Uses of CassandraConverter in org.springframework.data.cassandra.config
Fields in org.springframework.data.cassandra.config declared as CassandraConverterModifier and TypeFieldDescriptionprotected CassandraConverter
CassandraTemplateFactoryBean.converter
Methods in org.springframework.data.cassandra.config that return CassandraConverterModifier and TypeMethodDescriptionAbstractCassandraConfiguration.cassandraConverter()
Creates aCassandraConverter
using the configuredAbstractCassandraConfiguration.cassandraMapping()
.CqlSessionFactoryBean.getConverter()
Methods in org.springframework.data.cassandra.config with parameters of type CassandraConverterModifier and TypeMethodDescriptionvoid
CassandraTemplateFactoryBean.setConverter
(CassandraConverter converter) Set theCassandraConverter
to use.void
CqlSessionFactoryBean.setConverter
(CassandraConverter converter) Deprecated.void
SessionFactoryFactoryBean.setConverter
(CassandraConverter converter) Set theCassandraConverter
to use.Constructors in org.springframework.data.cassandra.config with parameters of type CassandraConverterModifierConstructorDescriptionPersistentEntitiesFactoryBean
(CassandraConverter converter) Creates a newPersistentEntitiesFactoryBean
for the givenCassandraConverter
. -
Uses of CassandraConverter in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return CassandraConverterModifier and TypeMethodDescriptionAsyncCassandraOperations.getConverter()
Returns the underlyingCassandraConverter
.AsyncCassandraTemplate.getConverter()
CassandraOperations.getConverter()
Returns the underlyingCassandraConverter
.CassandraTemplate.getConverter()
ReactiveCassandraOperations.getConverter()
Returns the underlyingCassandraConverter
.ReactiveCassandraTemplate.getConverter()
Constructors in org.springframework.data.cassandra.core with parameters of type CassandraConverterModifierConstructorDescriptionAsyncCassandraTemplate
(com.datastax.oss.driver.api.core.CqlSession session, CassandraConverter converter) Creates an instance ofAsyncCassandraTemplate
initialized with the givenCqlSession
andCassandraConverter
.AsyncCassandraTemplate
(AsyncCqlTemplate asyncCqlTemplate, CassandraConverter converter) Creates an instance ofAsyncCassandraTemplate
initialized with the givenAsyncCqlTemplate
andCassandraConverter
.AsyncCassandraTemplate
(SessionFactory sessionFactory, CassandraConverter converter) Creates an instance ofAsyncCassandraTemplate
initialized with the givenSessionFactory
andCassandraConverter
.CassandraAdminTemplate
(com.datastax.oss.driver.api.core.CqlSession session, CassandraConverter converter) Constructor used for a basic template configuration.CassandraAdminTemplate
(CqlOperations cqlOperations, CassandraConverter converter) Constructor used for a basic template configuration.CassandraAdminTemplate
(SessionFactory sessionFactory, CassandraConverter converter) Constructor used for a basic template configuration.CassandraTemplate
(com.datastax.oss.driver.api.core.CqlSession session, CassandraConverter converter) Creates an instance ofCassandraTemplate
initialized with the givenCqlSession
andCassandraConverter
.CassandraTemplate
(CqlOperations cqlOperations, CassandraConverter converter) Creates an instance ofCassandraTemplate
initialized with the givenCqlOperations
andCassandraConverter
.CassandraTemplate
(SessionFactory sessionFactory, CassandraConverter converter) Creates an instance ofCassandraTemplate
initialized with the givenSessionFactory
andCassandraConverter
.ReactiveCassandraTemplate
(ReactiveCqlOperations reactiveCqlOperations, CassandraConverter converter) Create an instance ofReactiveCassandraTemplate
initialized with the givenReactiveCqlOperations
andCassandraConverter
.ReactiveCassandraTemplate
(ReactiveSessionFactory sessionFactory, CassandraConverter converter) Create an instance ofReactiveCassandraTemplate
initialized with the givenReactiveSessionFactory
andCassandraConverter
.ReactiveCassandraTemplate
(ReactiveSession session, CassandraConverter converter) Create an instance ofCassandraTemplate
initialized with the givenReactiveSession
andCassandraConverter
.StatementFactory
(CassandraConverter converter) CreateStatementFactory
givenCassandraConverter
. -
Uses of CassandraConverter in org.springframework.data.cassandra.core.convert
Classes in org.springframework.data.cassandra.core.convert that implement CassandraConverterMethods in org.springframework.data.cassandra.core.convert that return CassandraConverterModifier and TypeMethodDescriptionQueryMapper.getConverter()
Returns the configuredCassandraConverter
used to convert object values into Cassandra column typed values.Constructors in org.springframework.data.cassandra.core.convert with parameters of type CassandraConverterModifierConstructorDescriptionCassandraConversionContext
(PropertyValueProvider<CassandraPersistentProperty> accessor, CassandraPersistentProperty persistentProperty, CassandraConverter CassandraConverter) CassandraConversionContext
(PropertyValueProvider<CassandraPersistentProperty> accessor, CassandraPersistentProperty persistentProperty, CassandraConverter CassandraConverter, SpELContext spELContext) QueryMapper
(CassandraConverter converter) Creates a newQueryMapper
with the givenCassandraConverter
.SchemaFactory
(CassandraConverter converter) Creates a newSchemaFactory
givenCassandraConverter
.UpdateMapper
(CassandraConverter converter) Creates a newUpdateMapper
with the givenCassandraConverter
. -
Uses of CassandraConverter in org.springframework.data.cassandra.core.legacy
Methods in org.springframework.data.cassandra.core.legacy that return CassandraConverterModifier and TypeMethodDescriptionAsyncCassandraOperations.getConverter()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the underlyingCassandraConverter
.AsyncCassandraTemplate.getConverter()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.data.cassandra.core.legacy with parameters of type CassandraConverterModifierConstructorDescriptionAsyncCassandraTemplate
(com.datastax.oss.driver.api.core.CqlSession session, CassandraConverter converter) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance ofAsyncCassandraTemplate
initialized with the givenCqlSession
andCassandraConverter
.AsyncCassandraTemplate
(AsyncCqlTemplate asyncCqlTemplate, CassandraConverter converter) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance ofAsyncCassandraTemplate
initialized with the givenAsyncCqlTemplate
andCassandraConverter
.AsyncCassandraTemplate
(SessionFactory sessionFactory, CassandraConverter converter) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance ofAsyncCassandraTemplate
initialized with the givenSessionFactory
andCassandraConverter
. -
Uses of CassandraConverter in org.springframework.data.cassandra.repository.support
Constructors in org.springframework.data.cassandra.repository.support with parameters of type CassandraConverterModifierConstructorDescriptionMappingCassandraEntityInformation
(CassandraPersistentEntity<T> entity, CassandraConverter converter) Create a newMappingCassandraEntityInformation
for the givenCassandraPersistentEntity
.
SessionFactoryFactoryBean
withSessionFactoryFactoryBean.setConverter(CassandraConverter)
instead.