| Package | Description |
|---|---|
| org.springframework.data.aerospike.repository.query |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.and(String key)
Static factory method to create a Criteria using the provided key
|
Criteria |
Criteria.between(Object o1,
Object o2,
String propertyName) |
Criteria |
Criteria.containing(Object o,
String propertyName,
Part.IgnoreCaseType ignoreCase) |
Criteria |
Criteria.geo_within(Object lng,
Object lat,
Object radius,
String propertyName)
GEO Query with distance from a geo location given longitude/latitude
|
Criteria |
Criteria.gt(Object o,
String propertyName) |
Criteria |
Criteria.gte(Object o,
String propertyName) |
Criteria |
Criteria.in(Object next) |
Criteria |
Criteria.is(Object o,
String propertyName) |
Criteria |
Criteria.lt(Object o,
String propertyName) |
Criteria |
Criteria.lte(Object o,
String propertyName) |
Criteria |
Criteria.ne(Object object) |
Criteria |
Criteria.nin(Object nextAsArray) |
Criteria |
Criteria.orOperator(Criteria... criteria)
Creates an 'or' criteria using the $or operator for all of the provided criteria
|
Criteria |
Criteria.startingWith(Object o,
String propertyName,
Part.IgnoreCaseType ignoreCase) |
static Criteria |
Criteria.where(String key)
Static factory method to create a Criteria using the provided key
|
| Modifier and Type | Method and Description |
|---|---|
List<Criteria> |
Criteria.getCriteriaChain() |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.orOperator(Criteria... criteria)
Creates an 'or' criteria using the $or operator for all of the provided criteria
|
Copyright © 2012–2020 Aerospike, Inc. All rights reserved.