Java org.springframework.data.cassandra.config CassandraSessionFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.cassandra.config CassandraSessionFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.cassandra.config CassandraSessionFactoryBean.

The text is from its open source code.

Constructor

Method

voidsetCluster(Cluster cluster)
Sets a reference to the Cassandra Cluster to use.
voidsetConverter(CassandraConverter converter)
Set the CassandraConverter to use.
voidsetKeyspaceName(@Nullable String keyspaceName)
Sets the name of the Cassandra Keyspace to connect to.
voidsetSchemaAction(SchemaAction schemaAction)
Set the SchemaAction .