Uses of Class
org.springframework.data.aerospike.repository.query.Criteria
Packages that use Criteria
-
Uses of Criteria in org.springframework.data.aerospike.repository.query
Methods in org.springframework.data.aerospike.repository.query that return CriteriaModifier and TypeMethodDescriptionCriteria.containing(Object o, String propertyName, Part.IgnoreCaseType ignoreCase) Criteria.geo_within(Object lng, Object lat, Object radius, String propertyName) GEO Query with distance from a geo location given longitude/latitudeCriteria.orOperator(Criteria... criteria) Creates an 'or' criteria using the $or operator for all of the provided criteriaCriteria.startingWith(Object o, String propertyName, Part.IgnoreCaseType ignoreCase) static CriteriaStatic factory method to create a Criteria using the provided key.Methods in org.springframework.data.aerospike.repository.query that return types with arguments of type CriteriaMethods in org.springframework.data.aerospike.repository.query with parameters of type CriteriaModifier and TypeMethodDescriptionCriteria.orOperator(Criteria... criteria) Creates an 'or' criteria using the $or operator for all of the provided criteria