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 TypeMethodDescriptionQualifier.getOperation()static 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.repository.query
Methods in org.springframework.data.aerospike.repository.query with parameters of type FilterOperationModifier and TypeMethodDescriptionAerospikeQueryCreator.getCriteria(Part part, AerospikePersistentProperty property, Object value1, Object value2, Iterator<?> parameters, FilterOperation op)