Uses of Interface
org.springframework.data.cassandra.core.cql.CqlProvider
Packages that use CqlProvider
Package
Description
Apache Cassandra core support.
CQL core support.
-
Uses of CqlProvider in org.springframework.data.cassandra.core
Subinterfaces of CqlProvider in org.springframework.data.cassandra.coreModifier and TypeInterfaceDescriptionstatic interfaceGeneral callback interface used to create and bind prepared CQL statements.static interfaceGeneral callback interface used to create and bind prepared CQL statements.Classes in org.springframework.data.cassandra.core that implement CqlProviderModifier and TypeClassDescriptionstatic classUtility class to prepare aSimpleStatementand bind values associated with the statement to aBoundStatement.static classUtility class to prepare aSimpleStatementand bind values associated with the statement to aBoundStatement. -
Uses of CqlProvider in org.springframework.data.cassandra.core.cql
Classes in org.springframework.data.cassandra.core.cql that implement CqlProvider