public class StringBasedCassandraQuery extends AbstractCassandraQuery
| Modifier and Type | Field and Description |
|---|---|
protected String |
query |
DEFAULT_CONVERTERS, log, rowToMapConverter| Constructor and Description |
|---|
StringBasedCassandraQuery(CassandraQueryMethod queryMethod,
CassandraOperations operations) |
StringBasedCassandraQuery(String query,
CassandraQueryMethod queryMethod,
CassandraOperations operations) |
| Modifier and Type | Method and Description |
|---|---|
String |
createQuery(CassandraParameterAccessor accessor)
Creates a string query using the given
ParameterAccessor |
createDefaultConversionService, execute, getCollectionOfEntity, getConversionService, getQueryMethod, getSingleEntity, setConversionService, warnIfMoreResultsprotected String query
public StringBasedCassandraQuery(String query, CassandraQueryMethod queryMethod, CassandraOperations operations)
public StringBasedCassandraQuery(CassandraQueryMethod queryMethod, CassandraOperations operations)
public String createQuery(CassandraParameterAccessor accessor)
AbstractCassandraQueryParameterAccessorcreateQuery in class AbstractCassandraQueryaccessor - must not be null.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.