Uses of Interface
org.springframework.data.cassandra.core.CassandraOperations
Packages that use CassandraOperations
Package
Description
Apache Cassandra core support.
CDI support for Apache Cassandra specific repository implementation.
Query derivation mechanism for Apache Cassandra specific repositories.
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Uses of CassandraOperations in org.springframework.data.cassandra.core
Subinterfaces of CassandraOperations in org.springframework.data.cassandra.coreModifier and TypeInterfaceDescriptioninterface
Operations for managing a Cassandra keyspace.Classes in org.springframework.data.cassandra.core that implement CassandraOperationsModifier and TypeClassDescriptionclass
Default implementation ofCassandraAdminOperations
.class
Primary implementation ofCassandraOperations
. -
Uses of CassandraOperations in org.springframework.data.cassandra.repository.cdi
Constructor parameters in org.springframework.data.cassandra.repository.cdi with type arguments of type CassandraOperationsModifierConstructorDescriptionCassandraRepositoryBean
(jakarta.enterprise.inject.spi.Bean<CassandraOperations> operations, Set<Annotation> qualifiers, Class<T> repositoryType, jakarta.enterprise.inject.spi.BeanManager beanManager, CustomRepositoryImplementationDetector detector) Create a newCassandraRepositoryBean
. -
Uses of CassandraOperations in org.springframework.data.cassandra.repository.query
Methods in org.springframework.data.cassandra.repository.query that return CassandraOperationsModifier and TypeMethodDescriptionprotected CassandraOperations
AbstractCassandraQuery.getOperations()
Return a reference to theCassandraOperations
used to execute this Cassandra query.Constructors in org.springframework.data.cassandra.repository.query with parameters of type CassandraOperationsModifierConstructorDescriptionAbstractCassandraQuery
(CassandraQueryMethod queryMethod, CassandraOperations operations) PartTreeCassandraQuery
(CassandraQueryMethod queryMethod, CassandraOperations operations) StringBasedCassandraQuery
(String query, CassandraQueryMethod method, CassandraOperations operations, ValueExpressionDelegate valueExpressionDelegate) Create a newStringBasedCassandraQuery
for the givenquery
,CassandraQueryMethod
,CassandraOperations
,ValueExpressionDelegate
.StringBasedCassandraQuery
(String query, CassandraQueryMethod method, CassandraOperations operations, ExpressionParser expressionParser, QueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.StringBasedCassandraQuery
(CassandraQueryMethod queryMethod, CassandraOperations operations, ValueExpressionDelegate valueExpressionDelegate) Create a newStringBasedCassandraQuery
for the givenCassandraQueryMethod
,CassandraOperations
,ValueExpressionDelegate
.StringBasedCassandraQuery
(CassandraQueryMethod queryMethod, CassandraOperations operations, ExpressionParser expressionParser, QueryMethodEvaluationContextProvider evaluationContextProvider) Deprecated.use the constructor version withValueExpressionDelegate
-
Uses of CassandraOperations in org.springframework.data.cassandra.repository.support
Constructors in org.springframework.data.cassandra.repository.support with parameters of type CassandraOperationsModifierConstructorDescriptionCassandraRepositoryFactory
(CassandraOperations operations) Create a newCassandraRepositoryFactory
with the givenCassandraOperations
.SimpleCassandraRepository
(CassandraEntityInformation<T, ID> metadata, CassandraOperations operations) Create a newSimpleCassandraRepository
for the givenCassandraEntityInformation
andCassandraTemplate
.
ValueExpressionDelegate