Class QualifierBuilder
java.lang.Object
org.springframework.data.aerospike.query.qualifier.QualifierBuilder
- All Implemented Interfaces:
IQualifierBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()getField()getMap()booleanbooleanhasKey()booleanbooleanhasValue()setConverter(MappingAerospikeConverter converter) setDotPath(List<String> dotPath) setFilterOperation(FilterOperation filterOperation) setIgnoreCase(boolean ignoreCase) setKey(com.aerospike.client.Value key) setSecondValue(com.aerospike.client.Value secondValue) setValue(com.aerospike.client.Value value)
-
Method Details
-
setIgnoreCase
-
setField
-
setKey
-
setValue
-
setSecondValue
-
setDotPath
-
setConverter
-
getFilterOperation
-
setFilterOperation
-
getField
-
hasKey
public boolean hasKey() -
hasValue
public boolean hasValue() -
hasSecondValue
public boolean hasSecondValue() -
hasDotPath
public boolean hasDotPath() -
build
- Specified by:
buildin interfaceIQualifierBuilder
-
getMap
- Specified by:
getMapin interfaceIQualifierBuilder
-