public abstract class AbstractCassandraQuery extends CassandraRepositoryQuerySupport
RepositoryQuery implementations for Cassandra.CassandraRepositoryQuerySupportlog| Constructor and Description |
|---|
AbstractCassandraQuery(CassandraQueryMethod queryMethod,
CassandraOperations operations)
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.datastax.driver.core.Statement |
createQuery(CassandraParameterAccessor accessor)
Creates a
Statement using the given ParameterAccessor |
Object |
execute(Object[] parameters) |
protected CassandraOperations |
getOperations() |
protected abstract boolean |
isLimiting()
Return whether the query has an explicit limit set.
|
getEntityInstantiators, getQueryMethod, getQueryStatementCreatorpublic AbstractCassandraQuery(CassandraQueryMethod queryMethod, CassandraOperations operations)
queryMethod - must not be null.operations - must not be null.protected CassandraOperations getOperations()
protected abstract com.datastax.driver.core.Statement createQuery(CassandraParameterAccessor accessor)
Statement using the given ParameterAccessoraccessor - must not be null.protected abstract boolean isLimiting()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.