public abstract class CassandraRepositoryQuerySupport extends Object implements RepositoryQuery
RepositoryQuery implementations providing common infrastructure such as
EntityInstantiators and QueryStatementCreator.RepositoryQuery| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
CassandraRepositoryQuerySupport(CassandraQueryMethod queryMethod)
|
| Modifier and Type | Method and Description |
|---|---|
protected EntityInstantiators |
getEntityInstantiators() |
CassandraQueryMethod |
getQueryMethod() |
protected org.springframework.data.cassandra.repository.query.QueryStatementCreator |
getQueryStatementCreator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic CassandraRepositoryQuerySupport(CassandraQueryMethod queryMethod)
queryMethod - must not be null.operations - must not be null.public CassandraQueryMethod getQueryMethod()
getQueryMethod in interface RepositoryQueryprotected EntityInstantiators getEntityInstantiators()
protected org.springframework.data.cassandra.repository.query.QueryStatementCreator getQueryStatementCreator()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.