Class CassandraCqlSessionFactoryBean

java.lang.Object
org.springframework.data.cassandra.config.CqlSessionFactoryBean
org.springframework.data.cassandra.config.CassandraCqlSessionFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<com.datastax.oss.driver.api.core.CqlSession>, org.springframework.beans.factory.InitializingBean, org.springframework.dao.support.PersistenceExceptionTranslator

@Deprecated public class CassandraCqlSessionFactoryBean extends CqlSessionFactoryBean
Deprecated.
since 3.0, use CqlSessionFactoryBean directly.
Factory for creating and configuring a Cassandra CqlSession, which is a thread-safe singleton. As such, it is sufficient to have one CqlSession per application and keyspace.
Author:
Alex Shvid, Matthew T. Adams, John Blum, Mark Paluch
See Also:
  • Constructor Details

    • CassandraCqlSessionFactoryBean

      public CassandraCqlSessionFactoryBean()
      Deprecated.