Uses of Class
org.springframework.data.cassandra.core.StatementFactory
Packages that use StatementFactory
Package
Description
Apache Cassandra core support.
Apache Cassandra legacy asynchronous support for easier migration.
Query derivation mechanism for Apache Cassandra specific repositories.
-
Uses of StatementFactory in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return StatementFactoryModifier and TypeMethodDescriptionprotected StatementFactoryAsyncCassandraTemplate.getStatementFactory()Returns theStatementFactoryused by this template to construct and run Cassandra CQL statements.protected StatementFactoryCassandraTemplate.getStatementFactory()Returns theStatementFactoryused by this template to construct and run Cassandra CQL statements.protected StatementFactoryReactiveCassandraTemplate.getStatementFactory()Returns theStatementFactoryused by this template to construct and run Cassandra CQL statements. -
Uses of StatementFactory in org.springframework.data.cassandra.core.legacy
Methods in org.springframework.data.cassandra.core.legacy that return StatementFactoryModifier and TypeMethodDescriptionprotected StatementFactoryAsyncCassandraTemplate.getStatementFactory()Deprecated, for removal: This API element is subject to removal in a future version.Returns theStatementFactoryused by this template to construct and run Cassandra CQL statements. -
Uses of StatementFactory in org.springframework.data.cassandra.repository.query
Methods in org.springframework.data.cassandra.repository.query that return StatementFactoryModifier and TypeMethodDescriptionprotected StatementFactoryPartTreeCassandraQuery.getStatementFactory()Returns theStatementFactoryused by this query to construct and run Cassandra CQL statements.protected StatementFactoryReactivePartTreeCassandraQuery.getStatementFactory()Returns theStatementFactoryused by this query to construct and run Cassandra CQL statements.