Class Criteria
java.lang.Object
org.springframework.data.aerospike.repository.query.Criteria
- All Implemented Interfaces:
CriteriaDefinition
- Author:
- Peter Milne, Jean Mercier
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.aerospike.repository.query.CriteriaDefinition
CriteriaDefinition.AerospikeMapCriteria -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontaining(Object o, String propertyName, Part.IgnoreCaseType ignoreCase) geo_within(Object lng, Object lat, Object radius, String propertyName) GEO Query with distance from a geo location given longitude/latitudeGetFilterrepresentation.getKey()Get the identifying key.orOperator(Criteria... criteria) Creates an 'or' criteria using the $or operator for all of the provided criteriastartingWith(Object o, String propertyName, Part.IgnoreCaseType ignoreCase) static CriteriaStatic factory method to create a Criteria using the provided key.
-
Constructor Details
-
Criteria
-
Criteria
public Criteria()
-
-
Method Details
-
getCriteriaObject
Description copied from interface:CriteriaDefinitionGetFilterrepresentation.- Specified by:
getCriteriaObjectin interfaceCriteriaDefinition
-
getKey
Description copied from interface:CriteriaDefinitionGet the identifying key.- Specified by:
getKeyin interfaceCriteriaDefinition
-
where
Static factory method to create a Criteria using the provided key.- Parameters:
key- the provided key- Returns:
- the Criteria instance
-
and
-
gt
-
gte
-
lt
-
lte
-
ne
-
nin
-
in
-
orOperator
Creates an 'or' criteria using the $or operator for all of the provided criteria -
getCriteriaChain
- Returns:
- the criteriaChain
-
is
-
between
-
startingWith
-
containing
-
geo_within
GEO Query with distance from a geo location given longitude/latitude
-