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. -
Uses of FilterOperation in org.springframework.data.aerospike.query.qualifier
Methods in org.springframework.data.aerospike.query.qualifier that return FilterOperationModifier and TypeMethodDescriptionBaseQualifierBuilder.getFilterOperation()Qualifier.getOperation()Methods in org.springframework.data.aerospike.query.qualifier with parameters of type FilterOperationModifier and TypeMethodDescriptionBaseQualifierBuilder.setFilterOperation(FilterOperation operationType) Set FilterOperation. -
Uses of FilterOperation in org.springframework.data.aerospike.repository.query
Methods in org.springframework.data.aerospike.repository.query with parameters of type FilterOperationModifier and TypeMethodDescriptionQueryQualifierBuilder.setInnerQbFilterOperation(FilterOperation operationType) Set FilterOperation for qualifier.Constructors in org.springframework.data.aerospike.repository.query with parameters of type FilterOperationModifierConstructorDescriptionCollectionQueryCreator(Part part, PropertyPath propertyPath, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter, boolean isNested, ServerVersionSupport versionSupport) MapQueryCreator(Part part, PropertyPath propertyPath, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter, ServerVersionSupport versionSupport, boolean isNested) PojoQueryCreator(Part part, PropertyPath propertyPath, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter, boolean isNested, ServerVersionSupport versionSupport) SimplePropertyQueryCreator(Part part, PropertyPath propertyPath, AerospikePersistentProperty property, String fieldName, List<Object> queryParameters, FilterOperation filterOperation, MappingAerospikeConverter converter, boolean isNested, ServerVersionSupport versionSupport)