Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

M

MAP_KEY_PLACEHOLDER - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
 
MAP_KEYS_BETWEEN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where keys of Map <...> are between two given objects".
MAP_KEYS_CONTAIN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where keys of Map <...> contain a given object".
MAP_KEYS_NOT_CONTAIN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where keys of Map <...> do not contain a given object".
MAP_VAL_BETWEEN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where values of Map <...> are between two given objects".
MAP_VAL_BETWEEN_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value between two given objects".
MAP_VAL_CONTAINING_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value that contains a given object".
MAP_VAL_ENDS_WITH_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value that ends with a given String".
MAP_VAL_EQ_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value equal to a given object".
MAP_VAL_EXISTS_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has existing value".
MAP_VAL_GT_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value greater than a given object".
MAP_VAL_GTEQ_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value greater than a given object or equal to it".
MAP_VAL_IN_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value equal to one of the objects in a given Collection".
MAP_VAL_IS_NOT_NULL_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value that is not null (i.e. exists)".
MAP_VAL_IS_NULL_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value that is null (i.e. does not exist)".
MAP_VAL_LIKE_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value that is like a given String".
MAP_VAL_LT_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value less than a given object".
MAP_VAL_LTEQ_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value less than a given object or equal to it".
MAP_VAL_NOT_CONTAINING_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> does not have value that contains a given object".
MAP_VAL_NOT_EXISTS_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> does not have existing value".
MAP_VAL_NOT_IN_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value equal to neither of the objects in a given Collection".
MAP_VAL_NOTEQ_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value not equal to a given object".
MAP_VAL_STARTS_WITH_BY_KEY - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where Map key <...> has value that starts with a given String".
MAP_VALUES_CONTAIN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where values of Map <...> contain a given object".
MAP_VALUES_NOT_CONTAIN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
For use in queries "find records where values of Map <...> do not contain a given object".
mappingAerospikeConverter(AerospikeMappingContext, AerospikeTypeAliasAccessor, AerospikeCustomConversions, AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
MappingAerospikeConverter - Class in org.springframework.data.aerospike.convert
An implementation of AerospikeConverter to read domain objects from AerospikeReadData and write domain objects into AerospikeWriteData.
MappingAerospikeConverter(AerospikeMappingContext, CustomConversions, AerospikeTypeAliasAccessor, AerospikeDataSettings) - Constructor for class org.springframework.data.aerospike.convert.MappingAerospikeConverter
MappingAerospikeReadConverter - Class in org.springframework.data.aerospike.convert
 
MappingAerospikeReadConverter(EntityInstantiators, TypeAliasAccessor<Map<String, Object>>, TypeMapper<Map<String, Object>>, AerospikeMappingContext, CustomConversions, GenericConversionService) - Constructor for class org.springframework.data.aerospike.convert.MappingAerospikeReadConverter
 
MappingAerospikeWriteConverter - Class in org.springframework.data.aerospike.convert
 
MappingAerospikeWriteConverter(TypeMapper<Map<String, Object>>, AerospikeMappingContext, CustomConversions, GenericConversionService, AerospikeDataSettings) - Constructor for class org.springframework.data.aerospike.convert.MappingAerospikeWriteConverter
 
MapQueryCreator - Class in org.springframework.data.aerospike.repository.query
 
MapQueryCreator(Part, PropertyPath, AerospikePersistentProperty, String, List<Object>, FilterOperation, MappingAerospikeConverter, ServerVersionSupport, boolean) - Constructor for class org.springframework.data.aerospike.repository.query.MapQueryCreator
 
METADATA_FIELD - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
 
metadataBuilder() - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
 
MetadataQualifierBuilder - Class in org.springframework.data.aerospike.query.qualifier
 
MULTIPLE_IDS_FIELD - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form