public class SolrParametersParameterAccessor extends Object implements SolrParameterAccessor
SolrParameterAccessor| Modifier and Type | Class and Description |
|---|---|
class |
SolrParametersParameterAccessor.BindableSolrParameterIterator |
| Constructor and Description |
|---|
SolrParametersParameterAccessor(SolrQueryMethod solrQueryMethod,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBindableValue(int index) |
float |
getBoost(int index)
Get boost value for element at index if defined
|
Class<?> |
getDynamicProjection() |
org.springframework.data.domain.Pageable |
getPageable() |
org.springframework.data.domain.Sort |
getSort() |
boolean |
hasBindableNullValue() |
Iterator<Object> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SolrParametersParameterAccessor(SolrQueryMethod solrQueryMethod, Object[] values)
public float getBoost(int index)
SolrParameterAccessorgetBoost in interface SolrParameterAccessorindex - bindable parameter indexFloat.NaN as defaultpublic org.springframework.data.domain.Pageable getPageable()
getPageable in interface org.springframework.data.repository.query.ParameterAccessorpublic org.springframework.data.domain.Sort getSort()
getSort in interface org.springframework.data.repository.query.ParameterAccessorpublic Object getBindableValue(int index)
getBindableValue in interface org.springframework.data.repository.query.ParameterAccessorpublic boolean hasBindableNullValue()
hasBindableNullValue in interface org.springframework.data.repository.query.ParameterAccessorpublic Class<?> getDynamicProjection()
getDynamicProjection in interface org.springframework.data.repository.query.ParameterAccessorCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.