public class CassandraParameters extends Parameters<CassandraParameters,org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter>
Parameters discovering additional properties of query method parameters.TYPES| Constructor and Description |
|---|
CassandraParameters(Method method)
Create a new
CassandraParameters instance from the given Method |
| Modifier and Type | Method and Description |
|---|---|
protected CassandraParameters |
createFrom(List<org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter> parameters) |
protected org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter |
createParameter(MethodParameter parameter) |
int |
getQueryOptionsIndex()
Returns the index of the
QueryOptions parameter to be applied to queries. |
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getNumberOfParameters, getPageableIndex, getParameter, getSortIndex, hasDynamicProjection, hasPageableParameter, hasParameterAt, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamicallyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, empty, filter, flatMap, get, isEmpty, map, of, of, of, streamforEach, spliteratorpublic CassandraParameters(Method method)
CassandraParameters instance from the given Methodmethod - must not be null.protected org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter createParameter(MethodParameter parameter)
createParameter in class Parameters<CassandraParameters,org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter>protected CassandraParameters createFrom(List<org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter> parameters)
createFrom in class Parameters<CassandraParameters,org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter>public int getQueryOptionsIndex()
QueryOptions parameter to be applied to queries.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.