public class PartTreeCassandraQuery extends AbstractCassandraQuery
RepositoryQuery implementation for Cassandra.AbstractCassandraQuerylog| Constructor and Description |
|---|
PartTreeCassandraQuery(CassandraQueryMethod queryMethod,
CassandraOperations operations)
|
| Modifier and Type | Method and Description |
|---|---|
protected com.datastax.driver.core.Statement |
createQuery(CassandraParameterAccessor parameterAccessor)
Creates a
Statement using the given ParameterAccessor |
protected MappingContext<? extends CassandraPersistentEntity<?>,CassandraPersistentProperty> |
getMappingContext()
Returns the
MappingContext used by this query to access mapping meta-data used to store (map) objects to
Cassandra tables. |
protected StatementFactory |
getStatementFactory()
Returns the
StatementFactory used by this query to construct and run Cassandra CQL statements. |
protected PartTree |
getTree()
Return the
PartTree backing the query. |
protected boolean |
isLimiting()
Return whether the query has an explicit limit set.
|
execute, getOperationsgetEntityInstantiators, getQueryMethod, getQueryStatementCreatorpublic PartTreeCassandraQuery(CassandraQueryMethod queryMethod, CassandraOperations operations)
queryMethod - must not be null.operations - must not be null.protected MappingContext<? extends CassandraPersistentEntity<?>,CassandraPersistentProperty> getMappingContext()
MappingContext used by this query to access mapping meta-data used to store (map) objects to
Cassandra tables.MappingContext used by this query.CassandraMappingContextprotected StatementFactory getStatementFactory()
StatementFactory used by this query to construct and run Cassandra CQL statements.StatementFactory used by this query to construct and run Cassandra CQL statements.StatementFactoryprotected com.datastax.driver.core.Statement createQuery(CassandraParameterAccessor parameterAccessor)
AbstractCassandraQueryStatement using the given ParameterAccessorcreateQuery in class AbstractCassandraQueryparameterAccessor - must not be null.protected boolean isLimiting()
AbstractCassandraQueryisLimiting in class AbstractCassandraQueryCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.