org.springframework.data.solr.repository.query
Class SolrParameters
java.lang.Object
org.springframework.data.repository.query.Parameters<SolrParameters,org.springframework.data.solr.repository.query.SolrParameter>
org.springframework.data.solr.repository.query.SolrParameters
- All Implemented Interfaces:
- Iterable<org.springframework.data.solr.repository.query.SolrParameter>
public class SolrParameters
- extends Parameters<SolrParameters,org.springframework.data.solr.repository.query.SolrParameter>
- Author:
- Christoph Strobl
| Fields inherited from class org.springframework.data.repository.query.Parameters |
TYPES |
| Methods inherited from class org.springframework.data.repository.query.Parameters |
getBindableParameter, getBindableParameters, getNumberOfParameters, getPageableIndex, getParameter, getSortIndex, hasPageableParameter, hasParameterAt, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamically |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolrParameters
public SolrParameters(Method method)
SolrParameters
public SolrParameters(List<org.springframework.data.solr.repository.query.SolrParameter> parameters)
createParameter
protected org.springframework.data.solr.repository.query.SolrParameter createParameter(MethodParameter parameter)
- Specified by:
createParameter in class Parameters<SolrParameters,org.springframework.data.solr.repository.query.SolrParameter>
createFrom
protected SolrParameters createFrom(List<org.springframework.data.solr.repository.query.SolrParameter> parameters)
- Specified by:
createFrom in class Parameters<SolrParameters,org.springframework.data.solr.repository.query.SolrParameter>
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.