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 CassandraConverterCassandraTemplateFactoryBean.converterMethods in org.springframework.data.cassandra.config that return CassandraConverterModifier and TypeMethodDescriptionAbstractCassandraConfiguration.cassandraConverter()Creates aCassandraConverterusing the configuredAbstractCassandraConfiguration.cassandraMapping().CqlSessionFactoryBean.getConverter()Methods in org.springframework.data.cassandra.config with parameters of type CassandraConverterModifier and TypeMethodDescriptionvoidCassandraTemplateFactoryBean.setConverter(CassandraConverter converter) Set theCassandraConverterto use.voidCqlSessionFactoryBean.setConverter(CassandraConverter converter) Deprecated.voidSessionFactoryFactoryBean.setConverter(CassandraConverter converter) Set theCassandraConverterto use.Constructors in org.springframework.data.cassandra.config with parameters of type CassandraConverterModifierConstructorDescriptionPersistentEntitiesFactoryBean(CassandraConverter converter) Creates a newPersistentEntitiesFactoryBeanfor 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 ofAsyncCassandraTemplateinitialized with the givenCqlSessionandCassandraConverter.AsyncCassandraTemplate(AsyncCqlTemplate asyncCqlTemplate, CassandraConverter converter) Creates an instance ofAsyncCassandraTemplateinitialized with the givenAsyncCqlTemplateandCassandraConverter.AsyncCassandraTemplate(SessionFactory sessionFactory, CassandraConverter converter) Creates an instance ofAsyncCassandraTemplateinitialized with the givenSessionFactoryandCassandraConverter.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 ofCassandraTemplateinitialized with the givenCqlSessionandCassandraConverter.CassandraTemplate(CqlOperations cqlOperations, CassandraConverter converter) Creates an instance ofCassandraTemplateinitialized with the givenCqlOperationsandCassandraConverter.CassandraTemplate(SessionFactory sessionFactory, CassandraConverter converter) Creates an instance ofCassandraTemplateinitialized with the givenSessionFactoryandCassandraConverter.ReactiveCassandraTemplate(ReactiveCqlOperations reactiveCqlOperations, CassandraConverter converter) Create an instance ofReactiveCassandraTemplateinitialized with the givenReactiveCqlOperationsandCassandraConverter.ReactiveCassandraTemplate(ReactiveSessionFactory sessionFactory, CassandraConverter converter) Create an instance ofReactiveCassandraTemplateinitialized with the givenReactiveSessionFactoryandCassandraConverter.ReactiveCassandraTemplate(ReactiveSession session, CassandraConverter converter) Create an instance ofCassandraTemplateinitialized with the givenReactiveSessionandCassandraConverter.StatementFactory(CassandraConverter converter) CreateStatementFactorygivenCassandraConverter. -
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 configuredCassandraConverterused to convert object values into Cassandra column typed values.Constructors in org.springframework.data.cassandra.core.convert with parameters of type CassandraConverterModifierConstructorDescriptionQueryMapper(CassandraConverter converter) Creates a newQueryMapperwith the givenCassandraConverter.SchemaFactory(CassandraConverter converter) Creates a newSchemaFactorygivenCassandraConverter.UpdateMapper(CassandraConverter converter) Creates a newUpdateMapperwith 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 ofAsyncCassandraTemplateinitialized with the givenCqlSessionandCassandraConverter.AsyncCassandraTemplate(AsyncCqlTemplate asyncCqlTemplate, CassandraConverter converter) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance ofAsyncCassandraTemplateinitialized with the givenAsyncCqlTemplateandCassandraConverter.AsyncCassandraTemplate(SessionFactory sessionFactory, CassandraConverter converter) Deprecated, for removal: This API element is subject to removal in a future version.Creates an instance ofAsyncCassandraTemplateinitialized with the givenSessionFactoryandCassandraConverter. -
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 newMappingCassandraEntityInformationfor the givenCassandraPersistentEntity.
SessionFactoryFactoryBeanwithSessionFactoryFactoryBean.setConverter(CassandraConverter)instead.