Uses of Class
org.springframework.data.aerospike.repository.query.AerospikeCriteria
| Package | Description |
|---|---|
| org.springframework.data.aerospike.repository.query |
-
Uses of AerospikeCriteria in org.springframework.data.aerospike.repository.query
Methods in org.springframework.data.aerospike.repository.query that return AerospikeCriteria Modifier and Type Method Description static AerospikeCriteriaAerospikeCriteria. or(AerospikeCriteria... criteria)Creates an 'or' criteria using the $or operator for all of the provided criteria.Methods in org.springframework.data.aerospike.repository.query with parameters of type AerospikeCriteria Modifier and Type Method Description static AerospikeCriteriaAerospikeCriteria. or(AerospikeCriteria... criteria)Creates an 'or' criteria using the $or operator for all of the provided criteria.