| Package | Description |
|---|---|
| org.springframework.data.aerospike.core | |
| org.springframework.data.aerospike.repository.query |
| Modifier and Type | Method and Description |
|---|---|
Comparator<?> |
AerospikeTemplate.aerospikePropertyComparator(Query<?> query) |
int |
AerospikeTemplate.count(Query<?> query,
Class<?> type) |
int |
AerospikeOperations.count(Query<?> query,
Class<?> javaType) |
boolean |
AerospikeTemplate.exists(Query<?> query,
Class<?> entityClass) |
<T> Iterable<T> |
AerospikeTemplate.find(Query<?> query,
Class<T> type) |
<T> Iterable<T> |
AerospikeOperations.find(Query<?> query,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Query<?> |
Query.addCriteria(CriteriaDefinition criteriaDefinition)
Adds the given
CriteriaDefinition to the current Query. |
protected Query<?> |
AerospikeQueryCreator.complete(Criteria criteria,
Sort sort) |
Query<?> |
AerospikePartTreeQuery.createQuery(ParametersParameterAccessor accessor) |
Query<T> |
Query.limit(int rows) |
Query<T> |
Query.orderBy(Sort sort)
Add given
Sort. |
Query<T> |
Query.skip(int offset) |
Query<?> |
Query.with(Sort sort) |
Copyright © 2011-2015–2017 Aerospike Inc.. All rights reserved.