Uses of Interface
org.springframework.data.cassandra.ReactiveSessionFactory
Packages that use ReactiveSessionFactory
Package
Description
Spring Data Cassandra
factory beans
and configuration.Apache Cassandra core support.
CQL core support.
Provides utility classes for simple
CqlSession
access and various session
implementations.-
Uses of ReactiveSessionFactory in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return ReactiveSessionFactoryModifier and TypeMethodDescriptionAbstractReactiveCassandraConfiguration.reactiveCassandraSessionFactory()
Creates aReactiveSessionFactory
to be used by theReactiveCassandraTemplate
. -
Uses of ReactiveSessionFactory in org.springframework.data.cassandra.core
Constructors in org.springframework.data.cassandra.core with parameters of type ReactiveSessionFactoryModifierConstructorDescriptionReactiveCassandraTemplate
(ReactiveSessionFactory sessionFactory, CassandraConverter converter) Create an instance ofReactiveCassandraTemplate
initialized with the givenReactiveSessionFactory
andCassandraConverter
. -
Uses of ReactiveSessionFactory in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return ReactiveSessionFactoryModifier and TypeMethodDescriptionReactiveCassandraAccessor.getSessionFactory()
Returns the configuredReactiveSessionFactory
.Methods in org.springframework.data.cassandra.core.cql with parameters of type ReactiveSessionFactoryModifier and TypeMethodDescriptionvoid
ReactiveCassandraAccessor.setSessionFactory
(ReactiveSessionFactory sessionFactory) Sets theReactiveSessionFactory
to use.Constructors in org.springframework.data.cassandra.core.cql with parameters of type ReactiveSessionFactoryModifierConstructorDescriptionReactiveCqlTemplate
(ReactiveSessionFactory reactiveSessionFactory) Construct a newReactiveCqlTemplate
, given aReactiveSessionFactory
to obtainReactiveSession
s from. -
Uses of ReactiveSessionFactory in org.springframework.data.cassandra.core.cql.session
Classes in org.springframework.data.cassandra.core.cql.session that implement ReactiveSessionFactory