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 TypeMethodDescriptionAsyncCassandraTemplate.getStatementFactory()
Returns theStatementFactory
used by this template to construct and run Cassandra CQL statements.CassandraTemplate.getStatementFactory()
Returns theStatementFactory
used by this template to construct and run Cassandra CQL statements.ReactiveCassandraTemplate.getStatementFactory()
Returns theStatementFactory
used 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 TypeMethodDescriptionAsyncCassandraTemplate.getStatementFactory()
Deprecated, for removal: This API element is subject to removal in a future version.Returns theStatementFactory
used 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 StatementFactory
PartTreeCassandraQuery.getStatementFactory()
Returns theStatementFactory
used by this query to construct and run Cassandra CQL statements.protected StatementFactory
ReactivePartTreeCassandraQuery.getStatementFactory()
Returns theStatementFactory
used by this query to construct and run Cassandra CQL statements.