Uses of Enum Class
org.springframework.data.aerospike.query.FilterOperation
Packages that use FilterOperation
Package
Description
-
Uses of FilterOperation in org.springframework.data.aerospike.query
Methods in org.springframework.data.aerospike.query that return FilterOperationModifier and TypeMethodDescriptionstatic FilterOperationReturns the enum constant of this class with the specified name.static FilterOperation[]FilterOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.data.aerospike.query with parameters of type FilterOperationModifierConstructorDescriptionExpiryQualifier(FilterOperation op, com.aerospike.client.Value value) Deprecated, for removal: This API element is subject to removal in a future version.LatestUpdateQualifier(FilterOperation op, com.aerospike.client.Value value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FilterOperation in org.springframework.data.aerospike.query.qualifier
Methods in org.springframework.data.aerospike.query.qualifier that return FilterOperation -
Uses of FilterOperation in org.springframework.data.aerospike.repository.query
Constructors in org.springframework.data.aerospike.repository.query with parameters of type FilterOperationModifierConstructorDescriptionCollectionQueryCreator(Part part, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter) MapQueryCreator(Part part, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter) PojoQueryCreator(Part part, PropertyPath propertyPath, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter, boolean isNested) SimplePropertyQueryCreator(Part part, PropertyPath propertyPath, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter, boolean isNested)