public class ConvertingParameterAccessor extends Object implements AerospikeParameterAccessor
| Constructor and Description |
|---|
ConvertingParameterAccessor(AerospikeWriter<?> writer,
AerospikeParameterAccessor delegate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBindableValue(int index) |
Class<?> |
getDynamicProjection() |
TextCriteria |
getFullText()
Returns the
TextCriteria to be used for full text query. |
Pageable |
getPageable() |
Sort |
getSort() |
Object[] |
getValues()
Returns the raw parameter values of the underlying query method.
|
boolean |
hasBindableNullValue() |
Iterator<Object> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ConvertingParameterAccessor(AerospikeWriter<?> writer, AerospikeParameterAccessor delegate)
public Pageable getPageable()
getPageable in interface ParameterAccessorpublic Sort getSort()
getSort in interface ParameterAccessorpublic Object getBindableValue(int index)
getBindableValue in interface ParameterAccessorpublic boolean hasBindableNullValue()
hasBindableNullValue in interface ParameterAccessorpublic Iterator<Object> iterator()
iterator in interface Iterable<Object>iterator in interface ParameterAccessorpublic TextCriteria getFullText()
AerospikeParameterAccessorTextCriteria to be used for full text query.getFullText in interface AerospikeParameterAccessorpublic Object[] getValues()
AerospikeParameterAccessorgetValues in interface AerospikeParameterAccessorpublic Class<?> getDynamicProjection()
getDynamicProjection in interface ParameterAccessorCopyright © 2011-2015–2017 Aerospike Inc.. All rights reserved.